Skip to content

Commit

Permalink
chore: update vercel-preview-url-action version
Browse files Browse the repository at this point in the history
  • Loading branch information
matin-deriv committed Mar 18, 2024
1 parent 653541d commit 028e2ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate_app_id.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- name: Capture Vercel preview URL
id: vercel_preview_url
uses: binary-com/[email protected].5
uses: binary-com/[email protected].6
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
preview_url_regexp: \[Visit Preview\]\((.*?.sx)\)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Capture Vercel preview URL
id: vercel_preview_url
uses: binary-com/[email protected].5
uses: binary-com/[email protected].6
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
preview_url_regexp: \[Visit Preview\]\((.*?.sx)\)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoketests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- name: Capture Vercel preview URL
id: vercel_preview_url
uses: binary-com/[email protected].5
uses: binary-com/[email protected].6
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 028e2ab

Please sign in to comment.