channyein87/Workflow Duration Action
Action to get the duration seconds of the workflow
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | repository name with owner | no | ${{ github.event.workflow_run.head_repository.full_name }} |
| run_id | run id of the workflow | no | ${{ github.event.workflow_run.id }} |
| workflow | workflow yaml file | no | — |
| github_token | github token | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| duration | duration of the workflow in seconds |