0

I need to create bash script in github actions, and display all branches i have.

The problem is, when i'm using git branch -a command, the result is current branch only.

The code:enter image description here

The result: enter image description here

The result in command propmt i expected in github actions too: enter image description here

Anyone knows what I need to do to get all branches?

Thank you.

0 Answers0