Skip to content

Commit 3cddcc8

Browse files
authored
chore: fix lighthouse workflow (#7361)
Signed-off-by: Aviv Keller <me@aviv.sh>
1 parent 2226f7a commit 3cddcc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lighthouse.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
name: Get Vercel Preview
3636
runs-on: ubuntu-latest
3737
outputs:
38-
deployment_found: ${{ steps.check_deployment.outputs.deployment_found }}
39-
url: ${{ steps.check_deployment.outputs.url }}
38+
deployment_found: ${{ steps.set_outputs.outputs.deployment_found }}
39+
url: ${{ steps.set_outputs.outputs.url }}
4040
steps:
4141
- name: Capture Vercel Preview
4242
id: check_deployment

0 commit comments

Comments
 (0)