mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-11 03:37:42 +00:00
Update triage.yml
This commit is contained in:
2
.github/workflows/triage.yml
vendored
2
.github/workflows/triage.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user