From f0b0339cf9a467fe10c71d9e50309e7fd274ca3e Mon Sep 17 00:00:00 2001 From: Martin Fenner Date: Tue, 24 Nov 2020 13:54:37 +0100 Subject: [PATCH] include commit sha in commit message. #681 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8426d1bb4..21be9f099 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -143,7 +143,7 @@ jobs: git config --local user.email "action@github.com" git config --local user.name "GitHub Action" git add stage/services/client-api/_lupo.auto.tfvars - git commit -m "Adding lupo git variables for commit $(GIT_SHA)" + git commit -m "Adding lupo git variables for commit ${{ steps.set_git_vars.outputs.GIT_SHA }}" - name: Push changes uses: ad-m/github-push-action@v0.6.0 with: