From 38f8151b5006fbfcde02ff1c6a74989ad88f90bc Mon Sep 17 00:00:00 2001 From: Jeremy Friesen Date: Mon, 6 Feb 2023 08:43:36 -0500 Subject: [PATCH] Adding SHA to deploy 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 --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 6ac7139d..e3406237 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -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: