We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ed0b45 commit d6e95f4Copy full SHA for d6e95f4
.github/workflows/pr-preview.yml
@@ -75,7 +75,7 @@ jobs:
75
76
- name: Extract hash from CF url Deploy
77
run: |
78
- url_hash=$(echo "${{ steps.deploy.outputs.deployment-url }}" | sed -n 's|https://\([^.]*\).rustmap.*|\1|p')
+ url_hash=$(echo "${{ steps.deploy.outputs.deployment-url }}" | sed -n 's|https://\([^.]*\).roadmap.*|\1|p')
79
echo "SHA_SHORT=$url_hash" >> $GITHUB_ENV
80
81
- name: Create comment
0 commit comments