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 03653e8 commit f807e8eCopy full SHA for f807e8e
.github/workflows/publish.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
16
- name: No publish loop
17
- if: contains( github.event.head_commit, "***NO_CI***")
+ if: contains( github.event.head_commit, '***NO_CI***')
18
run: exit 123
19
20
- uses: actions/checkout@v1
0 commit comments