We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c4120e + 40db48f commit 9704190Copy full SHA for 9704190
1 file changed
.github/workflows/go_mod_tidy_examples.yml
@@ -25,6 +25,6 @@ jobs:
25
- name: Run go mod tidy
26
working-directory: examples/${{ matrix.plugin }}
27
run: go mod tidy
28
- - uses: stefanzweifel/git-auto-commit-action@v6
+ - uses: stefanzweifel/git-auto-commit-action@v5
29
with:
30
commit_message: "chore: Tidy"
0 commit comments