diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index dcc7544d..02cfc645 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -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