Skip to content

Commit

Permalink
Fix matrix setup for dispatched workflows
Browse files Browse the repository at this point in the history
Signed-off-by: David Cassany <[email protected]>
  • Loading branch information
davidcassany committed Dec 2, 2024
1 parent 4a3a07b commit d9502a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_sources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
if [[ "${{ env.SRC_REPOS }}" != "all" ]] && [[ "${{ env.SRC_REPOS }}" != "${repo}" ]]; then
continue
fi
if (( ${n} == 0 )); then
if [[ "${output}" == "repos=[" ]]; then
output+="'${repo}'"
else
output+=", '${repo}'"
Expand Down

0 comments on commit d9502a4

Please sign in to comment.