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 1db5dd7 commit 8acbf39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
steps:
- name: Set environment variable
run: |
my_hash={${{ github.sha }}:0:7}
sha = ${{ github.sha }}
my_hash=${sha:0:7}
echo "MY_SHA_TRIM=$my_hash" >> $GITHUB_ENV
- uses: actions/checkout@v4
Expand Down

0 comments on commit 8acbf39

Please sign in to comment.