judahrand/Workflow Status Change
Get the change in workflow status between this and previous run. {"broken"|"fixed"|"success"}
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 13, 2021
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: judahrand/workflow-status-change@380816d8c2c6222d52c5e8f8f7105a5d036a3c56 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The GitHub token used to create an authenticated client. | yes | ${{ github.token }} |
| current-status | The status of the current GitHub Workflow. | yes | ${{ job.status }} |
Outputs
| name | description |
|---|---|
| change | The change in the workflow status between this run and the previous run. |