Loading .github/workflows/check-git-apply.yaml +7 −0 Original line number Diff line number Diff line Loading @@ -54,6 +54,13 @@ jobs: rm pup_v0.4.0_linux_amd64.zip 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{}) fi if [ -z "${BRANCH}" ]; then echo "Impossible to recover the base commit" exit 1 fi echo "BRANCH=$BRANCH" >> $GITHUB_ENV - name: Checkout 'uazo/bromite' ${{ env.BRANCH }} Loading Loading
.github/workflows/check-git-apply.yaml +7 −0 Original line number Diff line number Diff line Loading @@ -54,6 +54,13 @@ jobs: rm pup_v0.4.0_linux_amd64.zip 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{}) fi if [ -z "${BRANCH}" ]; then echo "Impossible to recover the base commit" exit 1 fi echo "BRANCH=$BRANCH" >> $GITHUB_ENV - name: Checkout 'uazo/bromite' ${{ env.BRANCH }} Loading