File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 80
80
81
81
- name : Push Wiki to GitHub
82
82
if : github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' || github.event_name == 'schedule'
83
- uses : stefanzweifel/git-auto-commit-action@5dd17c3b53a58c1cb5eaab903826abe94765ccd6 # dependabot updates to latest release
83
+ uses : stefanzweifel/git-auto-commit-action@abd87b7d94702070bef78dc1d56b6928b8fa9ecc # dependabot updates to latest release
84
84
with :
85
85
commit_message : " [ci skip] Automated publish for ${{github.sha}}"
86
86
repository : wiki/
Original file line number Diff line number Diff line change 48
48
49
49
- name : Push Strings to Master
50
50
if : github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'
51
- uses : stefanzweifel/git-auto-commit-action@5dd17c3b53a58c1cb5eaab903826abe94765ccd6 # dependabot updates to latest release
51
+ uses : stefanzweifel/git-auto-commit-action@abd87b7d94702070bef78dc1d56b6928b8fa9ecc # dependabot updates to latest release
52
52
with :
53
53
commit_message : " [ci skip] Automated publish for ${{github.sha}}"
You can’t perform that action at this time.
0 commit comments