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 ecb783d commit 91ff153Copy full SHA for 91ff153
.github/workflows/yamlformatter.yml
@@ -34,7 +34,7 @@ jobs:
34
files: ${{ steps.changed_yaml_files.outputs.files }}
35
- name: commit-changes
36
if: ${{ steps.yamlfix.outputs.changed_files == 'true' }}
37
- uses: stefanzweifel/git-auto-commit-action@v5
+ uses: stefanzweifel/git-auto-commit-action@v6
38
with:
39
commit_message: Apply Yamlfix format changes.
40
status_options: --untracked-files=no
0 commit comments