Commit 55bab59
fix(ci): drop --remote from gh repo fork in operatorhub-submit (#29)
## Summary
Newer \`gh\` CLI rejects \`--remote\` when a repository argument is
given:
\`\`\`
the --remote flag is unsupported when a repository argument is provided
\`\`\`
This broke the v0.1.6 OperatorHub auto-submit. \`--clone=true\` with a
repo arg already sets up upstream, so \`--remote\` is redundant.
## Test plan
- [ ] Re-run \`operatorhub-submit\` workflow against v0.1.6 after merge;
expect PR open in k8s-operatorhub/community-operators and
redhat-openshift-ecosystem/community-operators-prod
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent b1f3f0a commit 55bab59
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| |||
0 commit comments