feat: Add documentation for StorageManager
and StorageClientManager
, open_* methods in Actor
#190
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Apify pull request toolkit | |
on: | |
pull_request: | |
branches: | |
- master | |
jobs: | |
apify-pr-toolkit: | |
name: Run the Apify pull request toolkit | |
runs-on: ubuntu-20.04 | |
steps: | |
- name: clone pull-request-toolkit-action | |
uses: actions/checkout@v3 | |
with: | |
repository: apify/pull-request-toolkit-action | |
path: ./.github/actions/pull-request-toolkit-action | |
- name: run pull-request-toolkit action | |
uses: ./.github/actions/pull-request-toolkit-action | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
org-token: ${{ secrets.PULL_REQUEST_TOOLKIT_ACTION_GITHUB_TOKEN }} |