|
|
@ -36,7 +36,7 @@ jobs:
|
|
|
|
|
|
|
|
|
|
|
|
- name: Apply formatting if failed
|
|
|
|
- name: Apply formatting if failed
|
|
|
|
run: ./gradlew spotlessApply --init-script gradle/init.gradle.kts --no-configuration-cache
|
|
|
|
run: ./gradlew spotlessApply --init-script gradle/init.gradle.kts --no-configuration-cache
|
|
|
|
- uses: stefanweifel/git-auto-commit-action@v4
|
|
|
|
- uses: stefanzweifel/git-auto-commit-action@v5
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
commit_message: Apply Spotless
|
|
|
|
commit_message: Apply Spotless
|
|
|
|
|
|
|
|
|
|
|
|