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 737bbc3 commit 77b943b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:

steps:
- name: Set environment variable
run: $my_hash = {${{ github.sha }}:0:7} && echo "MY_SHA_TRIM=$my_hash" >> $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 77b943b

Please sign in to comment.