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 44bb368 commit d17cf12
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 @@ -22,7 +22,7 @@ jobs:

steps:
- name: Set environment variable
run: echo "MY_SHA_TRIM={${{ github.sha }}:0:7}" >> $GITHUB_ENV
run: my_hash = {${{ github.sha }}:0:7} && echo ("MY_SHA_TRIM=" + my_hash) >> $GITHUB_ENV

- uses: actions/checkout@v4
- name: Set up JDK 21
Expand Down

0 comments on commit d17cf12

Please sign in to comment.