Skip to content

Commit c204314

Browse files
committed
ci(gravity): fix typo in step
1 parent 6ae4620 commit c204314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gravity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
- name: List files
2323
run: ls -la
2424
- name: Run Gravity
25-
run: npm run gravityci './lib/**/*'' 'index.js' './dist/**/*'
25+
run: npm run gravityci './lib/**/*' 'index.js' './dist/**/*'
2626
env:
2727
GRAVITY_TOKEN: ${{ secrets.GRAVITY_TOKEN }}

0 commit comments

Comments
 (0)