diff options
author | 2020-12-20 17:22:20 +0200 | |
---|---|---|
committer | 2020-12-20 17:22:20 +0200 | |
commit | d5988993e71e6dcd78b454a29d7132fc11fb6e71 (patch) | |
tree | 4861aab336a7e37693bc4e0bbd0bbd8a65b237fc | |
parent | Remove aiohttp integration (diff) |
Fix wrong way for getting Git SHA
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 25bcce848..6c97e8784 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -56,4 +56,4 @@ jobs: ghcr.io/python-discord/bot:latest ghcr.io/python-discord/bot:${{ steps.sha_tag.outputs.tag }} build-args: | - git_sha=${{ GITHUB_SHA }} + git_sha=${{ github.sha }} |