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 752c285 commit 53b2318Copy full SHA for 53b2318
.github/workflows/publish-wiki.yml
@@ -55,7 +55,7 @@ jobs:
55
with:
56
strategy: 'clone'
57
path: '_wiki/'
58
- commit-message: "$COMMIT_MSG"
+ commit-message: ${{ env.COMMIT_MSG }}
59
# repository: PHPCSStandards/PHP_CodeSniffer
60
# token: ${{ secrets.PHPCS_GITHUB_TOKEN }}
61
dry-run: ${{ github.event_name == 'pull_request' }}
0 commit comments