We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02a7fad commit 2576de6Copy full SHA for 2576de6
.github/workflows/adev-preview-deploy.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Extract commit hash
46
id: commit-hash
47
run: |
48
- COMMIT_HASH=$(cat ./$BUILD_DIR/browser__metadata__commit_hash.txt)
+ COMMIT_HASH=$(cat ./$BUILD_DIR/__metadata__commit_hash.txt)
49
echo "value=$COMMIT_HASH" >> $GITHUB_OUTPUT
50
- run: echo ${{ steps.pr-number.outputs.value }} ${{ steps.commit-hash.outputs.value }}
51
- name: Deploy to cloudflare pages
0 commit comments