diff --git a/.github/workflows/check-git-apply.yaml b/.github/workflows/check-git-apply.yaml index 4502f9f9..c70f043c 100644 --- a/.github/workflows/check-git-apply.yaml +++ b/.github/workflows/check-git-apply.yaml @@ -43,7 +43,7 @@ jobs: git config user.email "you@example.com" git config user.name "Your Name" git add . - git commit -m $(cat ~/bromite/build/RELEASE) + git commit -m $(cat ../../bromite/build/RELEASE) cd ../.. - name: Apply patches