Skip to content

Commit

Permalink
Generate JSON array correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
cyqsimon committed Oct 12, 2023
1 parent 1fd4c8e commit 139dc51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rebuild-changed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
echo "Build submitted: https://copr.fedorainfracloud.org/coprs/build/$BUILD_ID"
BUILD_IDS+=( "$BUILD_ID" )
done
echo "builds=$(jq -ncR '[inputs]' <<< "${BUILD_IDS[@]}")" >> "$GITHUB_OUTPUT"
echo "builds=$(printf '%s\n' "${BUILD_IDS[@]}" | jq -ncR '[inputs]')" >> "$GITHUB_OUTPUT"
report-status:
name: Wait for rebuild to complete and report status
Expand Down

0 comments on commit 139dc51

Please sign in to comment.