We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f451ec + a471da0 commit 6b91fdfCopy full SHA for 6b91fdf
.github/workflows/preview.yml
@@ -57,7 +57,7 @@ jobs:
57
- name: Checkout repo
58
uses: actions/checkout@v4
59
with:
60
- ref: ${{ github.event.pull_request.head.sha }}
+ ref: refs/pull/${{ github.event.number }}/merge
61
62
- name: Setup Node
63
uses: actions/setup-node@v4
@@ -91,3 +91,4 @@ jobs:
91
umbrella-dir: ./pr-preview/
92
deploy-repository: ${{ env.DEPLOY_REPO_OWNER }}/${{ env.DEPLOY_REPO }}
93
custom-url: "ref.opendre.am"
94
+ action: deploy
0 commit comments