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

Please sign in to comment.