Github actions for create and delete branch failing/flakey
I am using GH actions to create a temporary branch to use for testing, and then delete the branch at the end of the github workflow.
However, i'm getting weird messages.
1. ephemeral branch apparently already exists, but the branch ID is null
2. cannot delete branch?
I've attached the code for my github workflow and the logs from the actions
However, i'm getting weird messages.
1. ephemeral branch apparently already exists, but the branch ID is null
2. cannot delete branch?
I've attached the code for my github workflow and the logs from the actions




