diff options
author | 2020-12-20 17:23:42 +0200 | |
---|---|---|
committer | 2020-12-20 17:23:42 +0200 | |
commit | e5223de1a53cf6ef74e890987d6f804fa75ac3d1 (patch) | |
tree | 912e0910f56a7e1b34a6226ea533baa6a970a392 /.github | |
parent | Don't include .git in Docker container (diff) |
Fix Git SHA getting in workflow
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 95ee99c0..d113cff7 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -55,4 +55,4 @@ jobs: ghcr.io/python-discord/site:latest ghcr.io/python-discord/site:${{ steps.sha_tag.outputs.tag }} build-args: | - git_sha=${{ GITHUB_SHA }} + git_sha=${{ github.sha }} |