Skip to content

Commit b953ecf

Browse files
Update gradle.yml
1 parent 0b1a7ef commit b953ecf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ jobs:
2727
fetch-depth: 0
2828

2929
- name: Get all pushed commits
30-
run: |
31-
GIT_LOG_CONTENT=$(git log --pretty=format:"%H %s" ${{ github.event.before }}..${{ github.event.after }})
32-
echo "GIT_COMMITS=$GIT_LOG_CONTENT" >> $GITHUB_ENV
30+
run: echo "GIT_COMMITS=`git log --pretty=format:"%H %s" ${{ github.event.before }}..${{ github.event.after }}`" >> $GITHUB_ENV
3331

3432
- name: Set up JDK 21
3533
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)