From 581d06c194d5de8dc3fc8ad3db5cdf6020d41b9b Mon Sep 17 00:00:00 2001 From: Robert Brennan Date: Tue, 9 Aug 2022 10:02:25 -0400 Subject: [PATCH] Update triage.yml --- .github/workflows/triage.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index 437c99d9..60c70374 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -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: