beacon-biosignals/Get Workflow Run
Determine the latest workflow run for a given workflow file and commit SHA.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 3, 2026
- License
- MIT
Pinned Snippet
uses: beacon-biosignals/get-workflow-run@3e10123fb014a76093ff2fb5440ea20f3ecf9885 # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| workflow-file | — | yes | — |
| commit-sha | — | yes | — |
| status | — | yes | any |
| repository | — | — | ${{ github.repository }} |
| token | — | — | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| workflow-id | — |
| run-id | — |
| run-attempt | — |