Skip to content

Commit 4ef167f

Browse files
yn1323claude
andcommitted
fix: Playwright CIのレポートpush競合を修正
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1141484 commit 4ef167f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
git config user.email "github-actions[bot]@users.noreply.github.com"
6666
git add .
6767
git commit -m "Playwright report for PR #${{ github.event.pull_request.number }}" || exit 0
68+
git pull --rebase
6869
git push
6970
- name: Comment PR with Report Link
7071
if: ${{ !cancelled() }}

0 commit comments

Comments
 (0)