We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
action: deploy
1 parent eeead78 commit a471da0Copy full SHA for a471da0
.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