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 09980c4 commit 00a0d50Copy full SHA for 00a0d50
.github/workflows/commit-checker.yml
@@ -5,7 +5,7 @@ on: [pull_request]
5
6
jobs:
7
commit-checker:
8
- if: "!contains(github.event.head_commit.message, '[skip jira]')"
+ if: ${{ !contains(github.event.head_commit.message, '[skip jira]') }}
9
runs-on: ubuntu-latest
10
11
steps:
0 commit comments