Skip to content

Commit d6e95f4

Browse files
committed
fix: fix pr preview
1 parent 2ed0b45 commit d6e95f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-preview.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575

7676
- name: Extract hash from CF url Deploy
7777
run: |
78-
url_hash=$(echo "${{ steps.deploy.outputs.deployment-url }}" | sed -n 's|https://\([^.]*\).rustmap.*|\1|p')
78+
url_hash=$(echo "${{ steps.deploy.outputs.deployment-url }}" | sed -n 's|https://\([^.]*\).roadmap.*|\1|p')
7979
echo "SHA_SHORT=$url_hash" >> $GITHUB_ENV
8080
8181
- name: Create comment

0 commit comments

Comments
 (0)