colpal/Is First Run
Determine if the current workflow run is the first run or a re-run
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Token for GitHub access | no | ${{ github.token }} |
| fail-fast | Fail immediately if this is a re-run | no | false |
| threshold | Maximum allowed time between run creation and modification timestamps | no | 1m |
Outputs
| name | description |
|---|---|
| is-first-run | A boolean representing if the current run is the first run |