Skip to content

Commit 69f1e02

Browse files
committed
ADD TO: publish action / fix commit message - testing multi-line message
Lorum Ipsum And some more text
1 parent 752c285 commit 69f1e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-wiki.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
strategy: 'clone'
5757
path: '_wiki/'
58-
commit-message: "$COMMIT_MSG"
58+
commit-message: ${{ env.COMMIT_MSG }}
5959
# repository: PHPCSStandards/PHP_CodeSniffer
6060
# token: ${{ secrets.PHPCS_GITHUB_TOKEN }}
6161
dry-run: ${{ github.event_name == 'pull_request' }}

0 commit comments

Comments
 (0)