Skip to content

Commit 981e6a0

Browse files
committed
Revert "ADD TO: publish action / try new version of wiki publish action runner"
This reverts commit a08f8dd.
1 parent c341a1f commit 981e6a0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish-wiki.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
git_threshold: partial_outage
133133

134134
- name: Deploy to wiki
135-
uses: Andrew-Chen-Wang/github-wiki-action@v5.0.0
135+
uses: Andrew-Chen-Wang/github-wiki-action@v4
136136
env:
137137
COMMIT_MSG: ${{ github.event.head_commit.message }}
138138
with:
@@ -142,5 +142,3 @@ jobs:
142142
# repository: PHPCSStandards/PHP_CodeSniffer
143143
# token: ${{ secrets.PHPCS_GITHUB_TOKEN }}
144144
dry-run: ${{ github.event_name == 'pull_request' }}
145-
disable-empty-commits: true
146-
preprocess: false

0 commit comments

Comments
 (0)