actions-marketplace-validations/Workflow Duration Action
Action to get the duration seconds of the workflow
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 23, 2023
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/channyein87_workflow-duration-action@d924b9b2b6cb82cdb9150808abe051d4acae19bd # no releases — HEAD as of 2026-07-15tags can be moved; commit SHAs can't. why a SHA?
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 |