-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
The step:
"Checkout this repo as a new branch in your repo: git checkout -b python-release-workflow/main python-release-workflow/main"
may not be necessary.
Using git (command line, macOS) I found that including this step caused the following warning:
'warning refname 'python-release-workflow/main python-release-workflow/main' is ambiguous'
I'm assuming ambiguity is between branch you created and upstream repo?
I tried without the checkout as branch step, everything worked and there was no warning.
Suggest removing this step from instructions, unless needed in other environments (i.e. not using command line git).
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
✅ Done