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 d4f7f8c commit 5be571aCopy full SHA for 5be571a
.github/workflows/publish.yml
@@ -13,7 +13,9 @@ jobs:
13
14
steps:
15
16
- - run: echo github.event.head_commit.message: ${{ github.event.head_commit.message }}
+ - run: echo github.event.head_commit.message: %GITMSG%
17
+ env:
18
+ GITMSG: ${{ github.event.head_commit.message }}
19
20
- name: No publish loop
21
if: contains( github.event.head_commit.message, '***NO_CI***')
0 commit comments