We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2226f7a commit 3cddcc8Copy full SHA for 3cddcc8
.github/workflows/lighthouse.yml
@@ -35,8 +35,8 @@ jobs:
35
name: Get Vercel Preview
36
runs-on: ubuntu-latest
37
outputs:
38
- deployment_found: ${{ steps.check_deployment.outputs.deployment_found }}
39
- url: ${{ steps.check_deployment.outputs.url }}
+ deployment_found: ${{ steps.set_outputs.outputs.deployment_found }}
+ url: ${{ steps.set_outputs.outputs.url }}
40
steps:
41
- name: Capture Vercel Preview
42
id: check_deployment
0 commit comments