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 c88263e commit 98d5637Copy full SHA for 98d5637
.github/workflows/publish-wiki.yml
@@ -132,7 +132,7 @@ jobs:
132
git_threshold: partial_outage
133
134
- name: Deploy to wiki
135
- uses: Andrew-Chen-Wang/github-wiki-action@v4
+ uses: Andrew-Chen-Wang/github-wiki-action@v5.0.0
136
env:
137
COMMIT_MSG: ${{ github.event.head_commit.message }}
138
with:
@@ -142,3 +142,4 @@ jobs:
142
# repository: PHPCSStandards/PHP_CodeSniffer
143
# token: ${{ secrets.PHPCS_GITHUB_TOKEN }}
144
dry-run: ${{ github.event_name == 'pull_request' }}
145
+ disable-empty-commits: true
0 commit comments