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 b291e88 commit 86526deCopy full SHA for 86526de
.github/workflows/publish-wiki.yml
@@ -53,10 +53,12 @@ jobs:
53
54
- name: Deploy to wiki
55
uses: Andrew-Chen-Wang/github-wiki-action@v4
56
+ env:
57
+ COMMIT_MSG: ${{ github.event.head_commit.message }}
58
with:
59
strategy: 'clone'
60
path: '_wiki/'
- # commit-message: ...
61
+ commit-message: "$COMMIT_MSG"
62
# repository: PHPCSStandards/PHP_CodeSniffer
63
# token: ${{ secrets.PHPCS_GITHUB_TOKEN }}
- # dry-run: ${{ github.event_name == 'pull_request' }}
64
+ dry-run: ${{ github.event_name == 'pull_request' }}
0 commit comments