Skip to content

Commit 9c5f24b

Browse files
committed
fix: yml syntax in workflow file
1 parent a0f24ee commit 9c5f24b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ on:
66

77
jobs:
88
deploy:
9-
name: 'Deploy to Netlify'
9+
runs-on: ubuntu-20.04
1010
steps:
11-
- uses: jsmrcaga/action-netlify-deploy@v1.1.0
11+
- name: 'Deploy to Netlify'
12+
uses: jsmrcaga/action-netlify-deploy@v1.1.0
1213
with:
1314
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
1415
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}

0 commit comments

Comments
 (0)