Skip to content
This repository has been archived by the owner on Nov 14, 2022. It is now read-only.

Organization path incorrect #3

Open
mankins opened this issue Apr 25, 2022 · 1 comment
Open

Organization path incorrect #3

mankins opened this issue Apr 25, 2022 · 1 comment

Comments

@mankins
Copy link

mankins commented Apr 25, 2022

I think the organization path is incorrect:

 gh api --paginate "orgs/${owner}/projects" --jq "map(select(.name == \"${legacy_project_board_name}\"))" |

should be

gh api --paginate "/repos/${owner}/${repo}/projects" --jq "map(select(.name == \"${legacy_project_board_name}\"))" |

At least this is what worked for me. Thanks!

@thogar-computer
Copy link

This also worked for me too

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants