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 4c5e62c commit 415ac41Copy full SHA for 415ac41
.github/workflows/publish-wiki.yml
@@ -51,6 +51,11 @@ jobs:
51
- name: Re-run tables of contents with different settings for specific file
52
run: doctoc ./_wiki/Version-4.0-User-Upgrade-Guide.md --github --maxlevel 3 --update-only
53
54
+ - name: Check GitHub Git Operations status
55
+ uses: crazy-max/ghaction-github-status@v4
56
+ with:
57
+ git_threshold: partial_outage
58
+
59
- name: Deploy to wiki
60
uses: Andrew-Chen-Wang/github-wiki-action@v4
61
env:
0 commit comments