Skip to content

Commit

Permalink
fix: プッシュのステップを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
totto2727 committed Apr 23, 2024
1 parent fdf7681 commit 4e8935f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/playwright-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,8 @@ jobs:
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
git add .
git commit -m "test: update screenshots. ${GITHUB_REF##*/}"
- name: Push to remote branch
run: git push origin 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 "" --label "test"
run: gh pr create --base ${GITHUB_REF} --head update-screenshots/${GITHUB_REF} --title "update-screenshots ${GITHUB_REF}" --body "" --label "test"

0 comments on commit 4e8935f

Please sign in to comment.