chore: fix invalid symbol '"'

This commit is contained in:
John Paul E. Balandan, CPA 2024-07-22 21:43:26 +08:00
parent 6ea30bf599
commit 8c94deb2ad
No known key found for this signature in database
GPG Key ID: 697D84680E3738DA
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ jobs:
build:
name: Psalm Analysis
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[ci skip]')"
if: (! contains(github.event.head_commit.message, '[ci skip]'))
steps:
- name: Checkout

View File

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[ci skip]')"
if: (! contains(github.event.head_commit.message, '[ci skip]'))
steps:
- name: Checkout