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 464b521 commit cbb4715Copy full SHA for cbb4715
.github/workflows/publish-wiki.yml
@@ -58,7 +58,7 @@ jobs:
58
with:
59
strategy: 'clone'
60
path: '_wiki/'
61
- commit-message: "$COMMIT_MSG"
+ commit-message: ${{ env.COMMIT_MSG }}
62
# repository: PHPCSStandards/PHP_CodeSniffer
63
# token: ${{ secrets.PHPCS_GITHUB_TOKEN }}
64
dry-run: ${{ github.event_name == 'pull_request' }}
0 commit comments