mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
fix: remove from env
This commit is contained in:
parent
b17a49666b
commit
77b3952591
4
.github/workflows/core-feature-alert.yml
vendored
4
.github/workflows/core-feature-alert.yml
vendored
@ -8,7 +8,7 @@ on:
|
||||
paths:
|
||||
- src/lib/features/client-feature-toggles/*
|
||||
- src/lib/features/frontend-api/*
|
||||
|
||||
|
||||
jobs:
|
||||
check-core-feature:
|
||||
runs-on: ubuntu-latest
|
||||
@ -52,8 +52,6 @@ jobs:
|
||||
|
||||
core.setOutput('hasComment', hasComment);
|
||||
core.setOutput('hasReviewers', hasReviewers);
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Add reviewers and comment if necessary
|
||||
if: steps.check-comment.outputs.hasComment == 'false' || steps.check-comment.outputs.hasReviewers == 'false'
|
||||
|
Loading…
Reference in New Issue
Block a user