I tried to run GITHUB_TOKEN=$(op read "...") clu create-pr in a private repository with committed changes on a new branch. The tool correctly prompted me that the branch was not found upstream, and if it should be pushed to the remote.
After confirming, I can see on the GitHub repository, that the branch was indeed pushed. However, the CLI tool still reports it as missing, even on subsequent runs of the mentioned CLI call.
It seems that reading from the origin remote is not working as expected.
I tried specifying target_repo in .clconfig.json both as https://github.com/... and git@github.com/... but neither had any effect.
Might be related to #121.
I tried to run
GITHUB_TOKEN=$(op read "...") clu create-prin a private repository with committed changes on a new branch. The tool correctly prompted me that the branch was not found upstream, and if it should be pushed to the remote.After confirming, I can see on the GitHub repository, that the branch was indeed pushed. However, the CLI tool still reports it as missing, even on subsequent runs of the mentioned CLI call.
It seems that reading from the
originremote is not working as expected.I tried specifying
target_repoin.clconfig.jsonboth ashttps://github.com/...andgit@github.com/...but neither had any effect.Might be related to #121.