Skip to content

Commit f0d042d

Browse files
committed
fix: Fixed runner typo
1 parent 3187376 commit f0d042d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525

2626
jobs:
2727
check-stg-last-run:
28-
runs-on: ubunt-latest
28+
runs-on: ubuntu-latest
2929
outputs:
3030
stg-success: ${{ steps.check.outputs.success }}
3131
steps:

0 commit comments

Comments
 (0)