bigbugcc/AutoTrigger
Auto Trigger Github Action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The token used to authenticate. | yes | ${{ github.token }} |
| repository | The name of the repository. | yes | ${{ github.repository }} |
| workflow | The name of the current workflow. | yes | ${{ github.workflow }} |
| workspace | The workspace of the current repo. | yes | ${{ github.workspace }} |
| mode | Running mode. "trigger": trigger other workflows (default), "check": check single repo update and set output. | no | trigger |
| repo_url | The repository URL to monitor (used in check mode). | no | "" |
| branch | The branch name to monitor. Defaults to the repo default branch. | no | "" |
Outputs
| name | description |
|---|---|
| updated | Whether the source repo has been updated (true/false). Only set in check mode. |