Update check-git-apply.yaml

This commit is contained in:
uazo
2023-06-20 05:45:09 -06:00
committed by GitHub
parent a38b47280d
commit 97ffe2b779
+1 -1
View File
@@ -55,7 +55,7 @@ jobs:
BRANCH=$(curl https://github.com/uazo/bromite/branch_commits/$RTAG | ./pup -p li.branch:last-child a text{})
if [ -z "${BRANCH}" ]; then
BRANCH=$(cat a | ./pup -p li.branch:first-child a text{})
BRANCH=$(curl https://github.com/uazo/bromite/branch_commits/$RTAG a | ./pup -p li.branch:first-child a text{})
fi
if [ -z "${BRANCH}" ]; then
echo "Impossible to recover the base commit"