apify/Push Actor to Apify

Push and build an Actor to the Apify platform

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenYour Apify tokenyes
actor-idName 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-tagBuild tag to be applied to the successful Actor build. By default, it is taken from the ".actor/actor.json" file.no""
versionActor version number to which the files should be pushed. By default, it is taken from the ".actor/actor.json" file.no""
working-directoryThe working directory where the `.actor` folder is located. By default, it is the root of the repository.no${{ github.workspace }}
namedescription
build-idID of the Actor build triggered by the push
build-numberVersion number of the Actor build
build-statusStatus of the Actor build (e.g. SUCCEEDED, FAILED)