branch_name

This commit is contained in:
Andrey 2024-05-30 18:28:29 -04:00
parent d8820504a4
commit 590886373c
1 changed files with 1 additions and 1 deletions

View File

@ -30,5 +30,5 @@ jobs:
git fetch origin '+refs/heads/*:refs/remotes/origin/*'
OUT=$(git branch -r | grep ${{toJSON(inputs.branch_name)}})
echo "OUT1=$OUT"
OUT=$(git branch -r | grep "heads/${{toJSON(inputs.branch_name)}}")
OUT=$(git branch -r | grep "origin/${{toJSON(inputs.branch_name)}}")
echo "OUT2=$OUT"