diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8f4ac0..3419c02 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,7 +87,7 @@ jobs: # Add the Git commit hash into base.py GIT_COMMIT_HASH - name: Add the Git commit hash - run: echo "${{ github.sha }}" >> config/settings/base.py + run: echo "GIT_COMMIT_HASH = ${{ github.sha }}" >> config/settings/base.py # Build and push Docker image with Buildx (don't push on PR) # https://github.com/docker/build-push-action