bigbugcc/AutoTrigger

Auto Trigger Github Action

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenThe token used to authenticate.yes${{ github.token }}
repositoryThe name of the repository.yes${{ github.repository }}
workflowThe name of the current workflow.yes${{ github.workflow }}
workspaceThe workspace of the current repo.yes${{ github.workspace }}
modeRunning mode. "trigger": trigger other workflows (default), "check": check single repo update and set output.notrigger
repo_urlThe repository URL to monitor (used in check mode).no""
branchThe branch name to monitor. Defaults to the repo default branch.no""
namedescription
updatedWhether the source repo has been updated (true/false). Only set in check mode.