From 08da92c587d5859bf4e447e97a8cb0f50ec86f12 Mon Sep 17 00:00:00 2001 From: totto2727 Date: Tue, 23 Apr 2024 15:47:03 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=E3=83=96=E3=83=A9=E3=83=B3=E3=83=81?= =?UTF-8?q?=E3=82=92=E6=98=8E=E7=A4=BA=E7=9A=84=E3=81=AB=E4=BD=9C=E6=88=90?= =?UTF-8?q?=E3=81=99=E3=82=8B=E3=82=B3=E3=83=9E=E3=83=B3=E3=83=89=E3=82=92?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/playwright-update.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/playwright-update.yml b/.github/workflows/playwright-update.yml index 2e84724..34866af 100644 --- a/.github/workflows/playwright-update.yml +++ b/.github/workflows/playwright-update.yml @@ -30,8 +30,9 @@ jobs: git config user.name github-actions[bot] git config user.email 41898282+github-actions[bot]@users.noreply.github.com git add . + git switch -c update-screenshots/${GITHUB_REF} git commit -m "test: update screenshots. ${GITHUB_REF}" # 対象のブランチへ画像を更新したブランチからPRを発行 - name: Create PR - run: gh pr create --base ${GITHUB_REF} --head update-screenshots/${GITHUB_REF} --title "update-screenshots ${GITHUB_REF}" --body "" + run: gh pr create --base ${GITHUB_REF} --title "update-screenshots ${GITHUB_REF}" --body ""