From 01777c5cae9a9894e196a8fa4e2ce6ad067f4552 Mon Sep 17 00:00:00 2001 From: Ry0taK <49341894+Ry0taK@users.noreply.github.com> Date: Sat, 31 Aug 2024 12:02:27 +0900 Subject: [PATCH] =?UTF-8?q?=E3=81=B5=E3=81=83=E3=83=BC=E3=81=A3=E3=81=B5?= =?UTF-8?q?=E3=81=83=E3=81=A3=E3=81=B5=E3=81=83=E3=81=A3=E3=81=B5=E3=81=83?= =?UTF-8?q?=E3=81=A3=E3=81=B5=E3=81=83=E3=81=A3=E3=81=B5=E3=81=83=E3=81=A3?= =?UTF-8?q?=E3=81=B5=E3=81=83=E3=81=A3=E3=81=B5=E3=81=83=E3=81=A3=E3=81=B5?= =?UTF-8?q?=E3=81=83=EF=BD=97=20(Fix)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/scripts/acquire-lock.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/scripts/acquire-lock.js b/.github/scripts/acquire-lock.js index 841c828..b8de333 100644 --- a/.github/scripts/acquire-lock.js +++ b/.github/scripts/acquire-lock.js @@ -16,6 +16,7 @@ configureGit(); (async () => { while (true) { try { + cp.execSync('git checkout master'); cp.execSync('git branch -D workflow-lock || true'); cp.execSync('git checkout -b workflow-lock'); cp.execFileSync('git', ['commit', '--allow-empty', '-m', 'Acquire lock ' + crypto.randomUUID()]);