Skip to content

Commit fbb2073

Browse files
Update nightly-trigger.yaml
1 parent 3e1cb4e commit fbb2073

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nightly-trigger.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ jobs:
6060
done
6161
6262
echo "PRs to be checked: $PRS_TO_RUN"
63-
echo "prs=$PRS_TO_RUN" >> "$GITHUB_OUTPUT"
63+
# Compact the JSON array to a single line for the output
64+
echo "prs=$(echo $PRS_TO_RUN | jq -c .)" >> "$GITHUB_OUTPUT"
6465
6566
# This job creates a dynamic matrix of jobs, one for each PR found above
6667
trigger-workflows:

0 commit comments

Comments
 (0)