Skip to content

Commit 81ca4d3

Browse files
authored
Comment command (#17)
* comment command attempt part idk * commit * idk bro 😭 * fix * fix
1 parent a171664 commit 81ca4d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/comment-command.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
with:
4242
distribution: 'temurin'
4343
java-version: 17
44+
- name: Grant execute permission for gradlew
45+
run: chmod +x gradlew
4446
- name: Run spotlessApply
4547
run: ./gradlew spotlessApply
4648
- name: Commit

0 commit comments

Comments
 (0)