From c5b954b78e7695b613a140dfaeb715980cd36fe3 Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Fri, 27 Oct 2023 08:29:17 -0600 Subject: [PATCH] Update check-git-apply.yaml --- .github/workflows/check-git-apply.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/check-git-apply.yaml b/.github/workflows/check-git-apply.yaml index 94c9cc93..47ad700d 100644 --- a/.github/workflows/check-git-apply.yaml +++ b/.github/workflows/check-git-apply.yaml @@ -96,8 +96,7 @@ jobs: git commit -m $VERSION git tag -a $VERSION -m $VERSION - git add -f v8 - git commit -m ":NOEXPORT: v8" + git add -f v8 && git commit -m ":NOEXPORT: v8" || true - name: Apply patches ${{ github.event.inputs.rtag }} run: |