Skip to content

feat: add setup-duration output for deployment timing#96

Merged
sebrandon1 merged 1 commit into
mainfrom
feat/deployment-duration-output
Jul 15, 2026
Merged

feat: add setup-duration output for deployment timing#96
sebrandon1 merged 1 commit into
mainfrom
feat/deployment-duration-output

Conversation

@sebrandon1

Copy link
Copy Markdown
Contributor

Summary

  • Records deployment start time at the beginning of the action and computes total duration at the end
  • Exposes the duration (in seconds) as the setup-duration output
  • Uses if: always() to capture timing even on failed deployments
  • Passes start time through env var to avoid direct expression interpolation in shell

Closes #75

Record start time at the beginning of the action and compute total
deployment duration at the end. The duration (in seconds) is exposed
as the setup-duration output. Uses if: always() to capture timing
even on failed deployments.

Closes #75
@sebrandon1
sebrandon1 merged commit a76a04c into main Jul 15, 2026
31 of 32 checks passed
@sebrandon1
sebrandon1 deleted the feat/deployment-duration-output branch July 15, 2026 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add deployment duration output

1 participant