apify/Push Actor to Apify
Push and build an Actor to the Apify platform
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Your Apify token | yes | — |
| actor-id | Name or ID of the Actor to push (e.g. "apify/hello-world" or "E2jjCZBezvAZnX8Rb"). If not provided, the command will create or modify the Actor with the name specified in ".actor/actor.json" file. | no | "" |
| build-tag | Build tag to be applied to the successful Actor build. By default, it is taken from the ".actor/actor.json" file. | no | "" |
| version | Actor version number to which the files should be pushed. By default, it is taken from the ".actor/actor.json" file. | no | "" |
| working-directory | The working directory where the `.actor` folder is located. By default, it is the root of the repository. | no | ${{ github.workspace }} |
Outputs
| name | description |
|---|---|
| build-id | ID of the Actor build triggered by the push |
| build-number | Version number of the Actor build |
| build-status | Status of the Actor build (e.g. SUCCEEDED, FAILED) |