We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cea0c7d commit d8ef2ddCopy full SHA for d8ef2dd
.github/workflows/apply_spotless.yml
@@ -44,6 +44,6 @@ jobs:
44
run: ./gradlew :compose:spotlessApply --init-script gradle/init.gradle.kts --no-configuration-cache --stacktrace
45
46
- name: Auto-commit if spotlessApply has changes
47
- uses: stefanzweifel/git-auto-commit-action@v4
+ uses: stefanzweifel/git-auto-commit-action@v5
48
with:
49
commit_message: Apply Spotless
0 commit comments