Skip to content

Commit

Permalink
Reuse env
Browse files Browse the repository at this point in the history
  • Loading branch information
tstellar committed Feb 15, 2022
1 parent 61dfdee commit fcab177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue-release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if: >-
(github.repository == 'llvm/llvm-project') &&
!startswith(github.event.comment.body, '<!--IGNORE-->') &&
contains(github.event.action == 'opened' && github.event.issue.body || github.event.comment.body, '/cherry-pick')
contains(env.COMMENT_BODY, '/cherry-pick')
steps:
- name: Fetch LLVM sources
uses: actions/checkout@v2
Expand Down

0 comments on commit fcab177

Please sign in to comment.