Skip to content

Commit 6b91fdf

Browse files
committed
Merge remote-tracking branch 'upstream/main' into bad-tag-desc
2 parents 0f451ec + a471da0 commit 6b91fdf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/preview.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Checkout repo
5858
uses: actions/checkout@v4
5959
with:
60-
ref: ${{ github.event.pull_request.head.sha }}
60+
ref: refs/pull/${{ github.event.number }}/merge
6161

6262
- name: Setup Node
6363
uses: actions/setup-node@v4
@@ -91,3 +91,4 @@ jobs:
9191
umbrella-dir: ./pr-preview/
9292
deploy-repository: ${{ env.DEPLOY_REPO_OWNER }}/${{ env.DEPLOY_REPO }}
9393
custom-url: "ref.opendre.am"
94+
action: deploy

0 commit comments

Comments
 (0)