diff --git a/.github/workflows/check-git-apply.yaml b/.github/workflows/check-git-apply.yaml index e4d7b64a..f55c92ba 100644 --- a/.github/workflows/check-git-apply.yaml +++ b/.github/workflows/check-git-apply.yaml @@ -30,7 +30,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 a text{}) echo "BRANCH=$BRANCH" >> $GITHUB_ENV - name: Download bromite sources