Skip to content

Commit 3b0220a

Browse files
committedSep 28, 2019
fix action
1 parent 8418baa commit 3b0220a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/nodejs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
node-version: ${{ matrix.node-version }}
1515
- name: npm install, build, and test
1616
env:
17-
BROWSERSTACK_USER_NAME: ${secrets.BROWSERSTACK_USER_NAME}
18-
BROWSERSTACK_ACCESS_KEY: ${secrets.BROWSERSTACK_ACCESS_KEY}
17+
BROWSERSTACK_USER_NAME: ${{ secrets.BROWSERSTACK_USER_NAME }}
18+
BROWSERSTACK_ACCESS_KEY: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
1919
run: |
2020
npm install
2121
npm run lint

0 commit comments

Comments
 (0)