From a758b81e8a0ad5ec1c83b777dedb32e90f27c7a3 Mon Sep 17 00:00:00 2001 From: Dodai-Dodai <59632014nen@gmail.com> Date: Tue, 2 Apr 2024 21:49:41 +0900 Subject: [PATCH] =?UTF-8?q?=E5=B7=AE=E5=88=86=E3=81=8C=E3=81=AA=E3=81=8F?= =?UTF-8?q?=E3=81=A6=E3=82=82=E3=82=B3=E3=83=9F=E3=83=83=E3=83=88=E3=81=A7?= =?UTF-8?q?=E3=81=8D=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-and-push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-push.yaml b/.github/workflows/build-and-push.yaml index ff1dd2b..b843bc2 100644 --- a/.github/workflows/build-and-push.yaml +++ b/.github/workflows/build-and-push.yaml @@ -27,7 +27,7 @@ jobs: git config user.email "github-actions@github.com" - name: Check out the exec branch - run: git checkout -b exec || git checkout exec + run: git checkout --allow-empty -b exec || git checkout exec - name: Add executable run: |