Skip to content

Commit

Permalink
chore: fix lighthouse workflow (#7361)
Browse files Browse the repository at this point in the history
Signed-off-by: Aviv Keller <me@aviv.sh>
  • Loading branch information
avivkeller authored Dec 27, 2024
1 parent 2226f7a commit 3cddcc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
name: Get Vercel Preview
runs-on: ubuntu-latest
outputs:
deployment_found: ${{ steps.check_deployment.outputs.deployment_found }}
url: ${{ steps.check_deployment.outputs.url }}
deployment_found: ${{ steps.set_outputs.outputs.deployment_found }}
url: ${{ steps.set_outputs.outputs.url }}
steps:
- name: Capture Vercel Preview
id: check_deployment
Expand Down

0 comments on commit 3cddcc8

Please sign in to comment.