From 0879f2a040a6187d193bf42c546fd0a04ef7c8e1 Mon Sep 17 00:00:00 2001 From: Robert Brennan Date: Tue, 9 Aug 2022 10:22:17 -0400 Subject: [PATCH] Update triage.yml --- .github/workflows/triage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index d558da10..b9cc9bed 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -24,7 +24,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Scheduled Reminders run: | - echo "Scheduled reminder! steps.need_triage.outputs.data" + echo "Scheduled reminder! ${{ steps.need_triage.outputs.data }}" - name: Issue Notification if: github.event.issue.title != '' env: