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 69c2467 commit eacb69aCopy full SHA for eacb69a
.github/workflows/publish-wiki.yml
@@ -49,8 +49,8 @@ jobs:
49
strategy: 'clone'
50
path: 'wiki/'
51
commit-message: ${{ env.COMMIT_MSG }}
52
- repository: PHPCSStandards/PHP_CodeSniffer
53
- token: ${{ secrets.PHPCS_PUSH_TO_WIKI_TOKEN }}
+ # repository: PHPCSStandards/PHP_CodeSniffer
+ # token: ${{ secrets.PHPCS_PUSH_TO_WIKI_TOKEN }}
54
dry-run: ${{ github.event_name == 'pull_request' }}
55
disable-empty-commits: true
56
preprocess: false
0 commit comments