Skip to content

Commit c13ca30

Browse files
authored
Merge pull request #27 from badgerloop-software/copilot/fix-automatic-versioning-system
fix(ci): quote club calendar workflow if expression
2 parents 9936401 + dc46b27 commit c13ca30

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)