Skip to content

Commit 2576de6

Browse files
committed
chore: remove wrong path string
1 parent 02a7fad commit 2576de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/adev-preview-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Extract commit hash
4646
id: commit-hash
4747
run: |
48-
COMMIT_HASH=$(cat ./$BUILD_DIR/browser__metadata__commit_hash.txt)
48+
COMMIT_HASH=$(cat ./$BUILD_DIR/__metadata__commit_hash.txt)
4949
echo "value=$COMMIT_HASH" >> $GITHUB_OUTPUT
5050
- run: echo ${{ steps.pr-number.outputs.value }} ${{ steps.commit-hash.outputs.value }}
5151
- name: Deploy to cloudflare pages

0 commit comments

Comments
 (0)