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 c341a1f commit 981e6a0Copy full SHA for 981e6a0
.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@v5.0.0
+ uses: Andrew-Chen-Wang/github-wiki-action@v4
136
env:
137
COMMIT_MSG: ${{ github.event.head_commit.message }}
138
with:
@@ -142,5 +142,3 @@ 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
146
- preprocess: false
0 commit comments