cardinalby/schedule-job-action

Schedule a delayed job in GitHub Actions

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
ghTokenSpecial GitHub access token with `workflows` permissionyes
templateYmlFilePath (relative to repo) to template yml fileyes
overrideTargetFileOverride target file if exists. "true" or "false"notrue
targetYmlFileNameName of target yml file to create in .github/workflows dirno
targetRepoRepository to add the delayed workflow to. Format: owner-name/repo-nameno
targetBranchBranch to push changes. If not specified, repository default branch is usedno
pushForcePerform push with force flagnotrue
addTagName of tag to create (if you want to schedule a job to checkout a tag)no
jobPayloadPass a string to DELAYED_JOB_PAYLOAD env variable in delayed workflow fileno
copyEnvVariablesnames of env variables which values should be copied to the jobs in the scheduled workflowno
namedescription
targetYmlFileNameFile name of new yml file
targetYmlFilePathAbsolute path to new yml file