We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c556cda commit 708f1f9Copy full SHA for 708f1f9
.github/workflows/debug-git-push.yml
@@ -18,7 +18,7 @@ jobs:
18
name: Debug Git Push to Develop Branch
19
runs-on: ubuntu-latest
20
# Skip if the triggering commit already contains [skip ci] to prevent loops
21
- if: "!contains(github.event.head_commit.message, '[skip ci]')"
+ if: ${{ !contains(github.event.head_commit.message, '[skip ci]') }}
22
steps:
23
- name: Checkout code
24
uses: actions/checkout@v4
0 commit comments