mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-17 14:47:21 +00:00
Update triage.yml
This commit is contained in:
3
.github/workflows/triage.yml
vendored
3
.github/workflows/triage.yml
vendored
@@ -24,9 +24,10 @@ jobs:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Scheduled Reminders
|
||||
env:
|
||||
OPEN_ISSUES: "${{steps.bugs.outputs}}"
|
||||
OPEN_ISSUES: "${{steps.bugs.outputs.path}}"
|
||||
run: |
|
||||
echo "Scheduled reminder! $OPEN_ISSUES"
|
||||
cat $OPEN_ISSUES
|
||||
- name: Issue Notification
|
||||
if: github.event.issue.title != ''
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user