From ac8b2ddf6255e7f6e00bc0f1b77cc864ad0e4b5b Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Thu, 3 Aug 2023 15:03:07 +0000 Subject: [PATCH] Fix v8 repo --- .github/workflows/check-git-apply.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/check-git-apply.yaml b/.github/workflows/check-git-apply.yaml index 2b7a1b5a..5b8d0aa9 100644 --- a/.github/workflows/check-git-apply.yaml +++ b/.github/workflows/check-git-apply.yaml @@ -96,6 +96,9 @@ jobs: git commit -m $VERSION git tag -a $VERSION -m $VERSION + git add -f v8 + git commit -m ":NOEXPORT: v8" + - name: Apply patches ${{ github.event.inputs.rtag }} run: | export HOME=$GITHUB_WORKSPACE