We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9936401 + dc46b27 commit c13ca30Copy full SHA for c13ca30
1 file changed
.github/workflows/club-calendar-version.yml
@@ -22,7 +22,7 @@ concurrency:
22
jobs:
23
sync:
24
# 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') }}
+ if: "${{ github.event_name != 'push' || github.event.head_commit == null || !contains(github.event.head_commit.message, 'chore(version): club calendar') }}"
26
runs-on: ubuntu-latest
27
steps:
28
- name: Checkout (with submodules)
0 commit comments