We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4da0e27 commit df7410dCopy full SHA for df7410d
.github/workflows/snapshot.yml
@@ -5,7 +5,7 @@ on:
5
types: [created, edited, deleted]
6
7
jobs:
8
- if: ${{ github.event.issue.pull_request }} && contains(github.event.comment.body, '@snapshot')
+ if: ${{ github.event.issue.pull_request }} && ${{ contains(github.event.comment.body, '@snapshot') }}
9
Snapshot:
10
runs-on: ubuntu-latest
11
steps:
0 commit comments