Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
iancha1992 committed Sep 26, 2023
1 parent 43a5b1f commit 188ca9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cherry-picker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
milestone-title: ${{ github.event.milestone.title }}
milestoned-issue-number: ${{ github.event.issue.number }}
is-prod: False
- if: startsWith(github.event.issue.body, '### Please put the commit IDs (at least first 6 digits of the commit IDs).')
- if: startsWith(github.event.issue.body, '### Commit IDs')
name: Run cherrypicker on demand
uses: iancha1992/continuous-integration/actions/cherry_picker@feature-cherrypick-phase2
with:
Expand All @@ -52,5 +52,5 @@ jobs:
issue-title: ${{ github.event.issue.title }}
issue-body: ${{ github.event.issue.body }}
is-prod: False
- name: Logging github event
run: echo '${{ toJSON(github.event) }}' | jq
# - name: Logging github event
# run: echo '${{ toJSON(github.event) }}' | jq

0 comments on commit 188ca9d

Please sign in to comment.