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 497e631 commit 15cd126Copy full SHA for 15cd126
.github/workflows/publish-wiki.yml
@@ -63,8 +63,8 @@ jobs:
63
strategy: 'clone'
64
path: '_wiki/'
65
commit-message: ${{ env.COMMIT_MSG }}
66
- repository: PHPCSStandards/PHP_CodeSniffer
67
- token: ${{ secrets.PHPCS_PUSH_TO_WIKI_TOKEN }}
+ # repository: PHPCSStandards/PHP_CodeSniffer
+ # token: ${{ secrets.PHPCS_PUSH_TO_WIKI_TOKEN }}
68
dry-run: ${{ github.event_name == 'pull_request' }}
69
disable-empty-commits: true
70
preprocess: false
0 commit comments