Skip to content

Commit 2ea6212

Browse files
committed
remove quotes
1 parent f08ae30 commit 2ea6212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
env:
4949
PROJECT_CONFIG: ${{ secrets.TEST_PROJECT_CONFIG }}
5050
run: |
51-
echo "$PROJECT_CONFIG" > config/project.json
51+
echo $PROJECT_CONFIG > config/project.json
5252
yarn
5353
- name: yarn build
5454
run: yarn build

0 commit comments

Comments
 (0)