diff --git a/.github/workflows/comment-command.yml b/.github/workflows/comment-command.yml index 3e7e5fc..287685d 100644 --- a/.github/workflows/comment-command.yml +++ b/.github/workflows/comment-command.yml @@ -41,6 +41,8 @@ jobs: with: distribution: 'temurin' java-version: 17 + - name: Grant execute permission for gradlew + run: chmod +x gradlew - name: Run spotlessApply run: ./gradlew spotlessApply - name: Commit