Skip to content

Commit

Permalink
Fix: jq: parse error: Expected another key-value pair
Browse files Browse the repository at this point in the history
  • Loading branch information
kwk committed Feb 10, 2025
1 parent 3844bf7 commit 412a453
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/generate-matrix/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ runs:
"copr_ownername": "@fedora-llvm-team",
"copr_project_tpl": "llvm-snapshots-big-merge-YYYYMMDD",
"copr_monitor_tpl": "https://copr.fedorainfracloud.org/coprs/g/fedora-llvm-team/llvm-snapshots-big-merge-YYYYMMDD/monitor/",
"chroot_pattern": "^(fedora-(rawhide|[0-9]+)|rhel-[8,9]-)",
"chroot_pattern": "^(fedora-(rawhide|[0-9]+)|rhel-[8,9]-)"
}
EOF
)
Expand All @@ -48,7 +48,7 @@ runs:
"copr_ownername": "@fedora-llvm-team",
"copr_project_tpl": "llvm-snapshots-pgo-YYYYMMDD",
"copr_monitor_tpl": "https://copr.fedorainfracloud.org/coprs/g/fedora-llvm-team/llvm-snapshots-pgo-YYYYMMDD/monitor/",
"chroot_pattern": "^(fedora-41)",
"chroot_pattern": "^(fedora-41)"
}
EOF
)
Expand Down

0 comments on commit 412a453

Please sign in to comment.