Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit 8244e52

Browse files
authored
fix: vercel url fetching (#7101)
1 parent 3811e40 commit 8244e52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/generate_app_id.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- name: Capture Vercel preview URL
1313
id: vercel_preview_url
14-
uses: binary-com/vercel-preview-url-action@v0.0.3
14+
uses: binary-com/vercel-preview-url-action@v1.0.5
1515
with:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1717
- name: Generate Binary App ID for deployment Preview URL
@@ -33,7 +33,7 @@ jobs:
3333
number: ${{github.event.issue.number}}
3434
message: |
3535
A production App ID was automatically generated for this PR. ([log](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}))
36-
36+
3737
- **PR**: [${{ steps.generate_app_id.outputs.pr_url }}](${{ steps.generate_app_id.outputs.pr_url }})
3838
- **URLs**:
3939
- **w/ App ID + Server**: ${{ steps.vercel_preview_url.outputs.vercel_preview_url }}/en/logged_inws.html?qa_server=frontend.binaryws.com&app_id=${{ steps.generate_app_id.outputs.app_id }}

0 commit comments

Comments
 (0)