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