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