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.
1 parent 4d632c0 commit 2587fa9Copy full SHA for 2587fa9
.github/workflows/preview-build.yml
@@ -92,7 +92,7 @@ jobs:
92
GITHUB_REF_NAME: ${{ github.ref_name }}
93
run: |
94
case "${GITHUB_EVENT_NAME}" in
95
- "pull_request")
+ "pull_request_target")
96
echo "PATH_PREFIX=/${GITHUB_REPOSITORY}/pull/${PR_NUMBER}" >> $GITHUB_ENV
97
;;
98
"push")
0 commit comments