File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,12 @@ jobs:
3434 - run : ls -R
3535 - name : Extract pull request number
3636 run : |
37- PR_NUMBER=$(cat build/dist/bin/adev/build/browser/ __metadata__pull_number.txt)
37+ PR_NUMBER=$(cat __metadata__pull_number.txt)
3838 echo "PR_NUMBER=$PR_NUMBER" >> $GITHUB_ENV
39- working-directory : build/dist/bin/adev/build/browser
4039 - name : Extract commit hash
4140 run : |
42- COMMIT_HASH=$(cat build/dist/bin/adev/build/browser/ __metadata__commit_hash.txt)
41+ COMMIT_HASH=$(cat __metadata__commit_hash.txt)
4342 echo "COMMIT_HASH=$COMMIT_HASH" >> $GITHUB_ENV
44- working-directory : build/dist/bin/adev/build/browser
4543 - run : echo $PR_NUMBER $COMMIT_HASH
4644 - name : Deploy to cloudflare pages
4745 run : npx wrangler publish ./ --project-name $CLOUDFLARE_PAGES_PROJECT --branch pr-$PR_NUMBER --commit-hash $COMMIT_HASH
You can’t perform that action at this time.
0 commit comments