Skip to content

Commit

Permalink
get all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemccabe committed Nov 14, 2024
1 parent 59ff2cd commit 8add38b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/trigger_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
metplus_branch=$($cmd)
echo git -C $GITHUB_WORKSPACE/METplus branch -l ${metplus_branch}
git --version
git -C $GITHUB_WORKSPACE/METplus branch -l
branch_exists=$(git -C $GITHUB_WORKSPACE/METplus branch -l ${metplus_branch})
echo branch exists: ${branch_exists}
if [ -z "${branch_exists}" ]; then
Expand Down

0 comments on commit 8add38b

Please sign in to comment.