Skip to content

Commit

Permalink
Adding SHA to deploy
Browse files Browse the repository at this point in the history
Knowing the deployed branch is useful, but knowing it's SHA can be even
more useful to understand timing.

See https://docs.github.com/en/actions/learn-github-actions/variables
  • Loading branch information
jeremyf committed Feb 6, 2023
1 parent c1101d6 commit 38f8151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "Deploy"
run-name: Deploy (${{ github.ref_name }} -> ${{ inputs.environment }}) by @${{ github.actor }}
run-name: Deploy (${{ github.ref_name }} -> ${{ inputs.environment }}) by @${{ github.actor }} with SHA ${{ github.sha}}
on:
workflow_dispatch:
inputs:
Expand Down

0 comments on commit 38f8151

Please sign in to comment.