Skip to content

Commit 73b05b3

Browse files
committed
Apparently we refer to default environment variables differently
Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
1 parent 5d6abe2 commit 73b05b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
run: ./gradlew --refresh-dependencies -s clean build
3434
env:
3535
CI_SYSTEM: Github Actions
36-
GIT_COMMIT: ${{ github.GITHUB_SHA }}
37-
GIT_BRANCH: ${{ github.GITHUB_REF }}
36+
GIT_COMMIT: ${{ GITHUB_SHA }}
37+
GIT_BRANCH: ${{ GITHUB_REF }}
3838
- name: Add artifacts to build
3939
uses: actions/upload-artifact@v2
4040
with:

0 commit comments

Comments
 (0)