We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e3cfe commit a6199b5Copy full SHA for a6199b5
.github/workflows/apply_spotless.yml
@@ -45,7 +45,7 @@ jobs:
45
run: ./gradlew :compose:spotlessApply --init-script gradle/init.gradle.kts --no-configuration-cache --stacktrace
46
47
- name: Auto-commit if spotlessApply has changes
48
- uses: stefanzweifel/git-auto-commit-action@v4
+ uses: stefanzweifel/git-auto-commit-action@v5
49
with:
50
commit_message: Apply Spotless
51
0 commit comments