NeonN
Neon2y ago
6 replies
living-lavender

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
Screenshot_2024-06-14_at_5.01.10_PM.png
Screenshot_2024-06-14_at_5.04.30_PM.png
Screenshot_2024-06-14_at_5.04.55_PM.png
Screenshot_2024-06-14_at_5.07.22_PM.png
Was this page helpful?