mirror of
https://github.com/Unleash/unleash.git
synced 2025-03-23 00:16:25 +01:00
fix: remove from env
This commit is contained in:
parent
b17a49666b
commit
77b3952591
2
.github/workflows/core-feature-alert.yml
vendored
2
.github/workflows/core-feature-alert.yml
vendored
@ -52,8 +52,6 @@ jobs:
|
|||||||
|
|
||||||
core.setOutput('hasComment', hasComment);
|
core.setOutput('hasComment', hasComment);
|
||||||
core.setOutput('hasReviewers', hasReviewers);
|
core.setOutput('hasReviewers', hasReviewers);
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|
||||||
- name: Add reviewers and comment if necessary
|
- name: Add reviewers and comment if necessary
|
||||||
if: steps.check-comment.outputs.hasComment == 'false' || steps.check-comment.outputs.hasReviewers == 'false'
|
if: steps.check-comment.outputs.hasComment == 'false' || steps.check-comment.outputs.hasReviewers == 'false'
|
||||||
|
Loading…
Reference in New Issue
Block a user