Skip to content

Commit fee916b

Browse files
committed
Update typo in main.yml
1 parent c49de1b commit fee916b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
- name: yarn install
1414
uses: borales/[email protected]
1515
with:
16-
cmd install
16+
cmd: install
1717
- name: yarn download:stats
1818
uses: borales/[email protected]
1919
with:
20-
cmd download:stats
20+
cmd: download:stats
2121
- name: serverless deploy
2222
uses: serverless/github-action@master
2323
with:

0 commit comments

Comments
 (0)