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 6be5fe6 commit d4fafc6Copy full SHA for d4fafc6
.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