Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamCalculator authored Jul 18, 2024
1 parent 8acbf39 commit 6437fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- name: Set environment variable
run: |
sha = ${{ github.sha }}
sha=${{ github.sha }}
my_hash=${sha:0:7}
echo "MY_SHA_TRIM=$my_hash" >> $GITHUB_ENV
Expand Down

0 comments on commit 6437fbc

Please sign in to comment.