Skip to content

Commit 7daab94

Browse files
committed
ADD TO: publish action / fix commit message - testing multi-line message
Lorum Ipsum And some more text
1 parent 86526de commit 7daab94

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
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
strategy: 'clone'
6060
path: '_wiki/'
61-
commit-message: "$COMMIT_MSG"
61+
commit-message: ${{ env.COMMIT_MSG }}
6262
# repository: PHPCSStandards/PHP_CodeSniffer
6363
# token: ${{ secrets.PHPCS_GITHUB_TOKEN }}
6464
dry-run: ${{ github.event_name == 'pull_request' }}

0 commit comments

Comments
 (0)