Skip to content

Commit 708f1f9

Browse files
committed
fix: syntax
1 parent c556cda commit 708f1f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/debug-git-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Debug Git Push to Develop Branch
1919
runs-on: ubuntu-latest
2020
# Skip if the triggering commit already contains [skip ci] to prevent loops
21-
if: "!contains(github.event.head_commit.message, '[skip ci]')"
21+
if: ${{ !contains(github.event.head_commit.message, '[skip ci]') }}
2222
steps:
2323
- name: Checkout code
2424
uses: actions/checkout@v4

0 commit comments

Comments
 (0)