Skip to content

Commit d527cb6

Browse files
committed
syntax
1 parent 16edacd commit d527cb6

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
@@ -32,8 +32,8 @@ jobs:
3232
run: npm install
3333
- name: Run all tests
3434
run: npm run test
35-
env:
36-
MONGO_DB: ${{ secrets.MONGO_DB }}
35+
env:
36+
MONGO_DB: ${{ secrets.MONGO_DB }}
3737

3838
# Runs a set of commands using the runners shell
3939
- name: Run a multi-line script

0 commit comments

Comments
 (0)