Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit d779706

Browse files
fix: changed quotes
1 parent 0cea8f3 commit d779706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Add Rollbar
2424
env:
2525
ROLLBAR_TOKEN: ${{ secrets.ROLLBAR_TOKEN }}
26-
run: echo export default '$ROLLBAR_TOKEN' > ./src/renderer/lib/rollbarAccessToken.ts
26+
run: echo export default "'$ROLLBAR_TOKEN';" > ./src/renderer/lib/rollbarAccessToken.ts
2727
- name: Build and Test
2828
run: npm run build && npm test
2929
- name: Lint

0 commit comments

Comments
 (0)