Skip to content

Commit bfc592e

Browse files
committed
fix: update pr-preview
1 parent d4e710e commit bfc592e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pr-preview.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
git checkout tmp
1818
1919
- run: |
20-
git rev-parse origin/main
20+
git rev-parse origin/v5
2121
git rev-parse HEAD
22-
git rev-parse origin/main..HEAD
23-
git log origin/main..HEAD --format="%b"
22+
git rev-parse origin/v5..HEAD
23+
git log origin/v5..HEAD --format="%b"
2424
2525
# Yes, we really want to checkout the PR
2626
# Injected by generate-workflows.js
@@ -52,4 +52,4 @@ jobs:
5252
name: a11y tests
5353
- run: node .github/upload-preview.js packages/module/coverage
5454
name: Upload a11y report
55-
if: always()
55+
if: always()

0 commit comments

Comments
 (0)