Skip to content

Commit

Permalink
fix workflow runs-on typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wbobeirne committed Jul 11, 2023
1 parent 281d441 commit 6758ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vercel-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- master
jobs:
Deploy-Production:
runs-on: ubunt-latest
runs-on: ubuntu-latest
environment:
name: Production
url: ${{steps.deploy.outputs.url}}
Expand Down

0 comments on commit 6758ce2

Please sign in to comment.