Update triage.yml

This commit is contained in:
Robert Brennan
2022-08-09 10:35:14 -04:00
committed by GitHub
parent 559736b1b2
commit bd9dd660ff

View File

@@ -24,7 +24,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Scheduled Reminders
env:
TITLES: "${{ steps.need_triage.outputs.data.*.title }}"
TITLES: "${{ join(steps.need_triage.outputs.data.*.title, "|") }}"
run: |
echo "Scheduled reminder! ${TITLES}"
- name: Issue Notification