Skip to content

Commit dc46b27

Browse files
Copilotsbasu107
andauthored
fix(ci): quote club calendar workflow if expression
Agent-Logs-Url: https://github.com/badgerloop-software/sc2-mobile-app/sessions/855ca28e-5419-442b-931a-fa92c45f022d Co-authored-by: sbasu107 <40325803+sbasu107@users.noreply.github.com>
1 parent 9936401 commit dc46b27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/club-calendar-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ concurrency:
2222
jobs:
2323
sync:
2424
# head_commit is missing on workflow_dispatch and some pushes — don't dereference .message blindly.
25-
if: ${{ github.event_name != 'push' || github.event.head_commit == null || !contains(github.event.head_commit.message, 'chore(version): club calendar') }}
25+
if: "${{ github.event_name != 'push' || github.event.head_commit == null || !contains(github.event.head_commit.message, 'chore(version): club calendar') }}"
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Checkout (with submodules)

0 commit comments

Comments
 (0)