Skip to content

Commit 0eb4218

Browse files
committed
🐛 Fix checking commit message
1 parent 9fb8f1a commit 0eb4218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
if: "! contains(github.event.head_commit.message, '[skip ci]')"
99
steps:
10-
- run: echo ${{ github.event.head_commit.message }}
10+
- run: echo "${{ github.event.head_commit.message }}"
1111

1212
build:
1313
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)