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.
2 parents e6f746a + 788e852 commit ee77b78Copy full SHA for ee77b78
.github/workflows/docker.yml
@@ -106,7 +106,7 @@ jobs:
106
107
- name: Push Wiki to GitHub
108
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' || github.event_name == 'schedule'
109
- uses: stefanzweifel/git-auto-commit-action@8040434425060bbf273c9bc1e108e8e61f4a1116 # dependabot updates to latest release
+ uses: stefanzweifel/git-auto-commit-action@5804e42f86b1891093b151b6c4e78e759c746c4d # dependabot updates to latest release
110
with:
111
commit_message: "Automated wiki publish for ${{github.sha}}"
112
repository: wiki/
0 commit comments