diff --git a/.github/workflows/check-git-apply.yaml b/.github/workflows/check-git-apply.yaml index f2572722..7700dc10 100644 --- a/.github/workflows/check-git-apply.yaml +++ b/.github/workflows/check-git-apply.yaml @@ -41,7 +41,7 @@ jobs: unzip pup_v0.4.0_linux_amd64.zip rm pup_v0.4.0_linux_amd64.zip - BRANCH=$(curl https://github.com/uazo/bromite/branch_commits/$RTAG | ./pup -p li.branch a text{}) + BRANCH=$(curl https://github.com/uazo/bromite/branch_commits/$RTAG | ./pup -p li.branch:last-child a text{}) echo "BRANCH=$BRANCH" >> $GITHUB_ENV - name: Checkout 'uazo/bromite' ${{ env.BRANCH }}