Loading .github/workflows/check-git-apply.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
.github/workflows/check-git-apply.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading