From 8b1f11683f14233b3d00dba5fb583e0f92bbfc04 Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Fri, 14 Jan 2022 14:46:48 +0100 Subject: [PATCH] Update check-git-apply.yaml --- .github/workflows/check-git-apply.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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