Update triage.yml

This commit is contained in:
Robert Brennan
2022-08-09 10:02:25 -04:00
committed by GitHub
parent 729e7a9482
commit 581d06c194

View File

@@ -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: