Skip to content

Commit 98234a1

Browse files
#1425: quotes around echo argument
1 parent c050a32 commit 98234a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Checkout repository
2222
uses: actions/checkout@v3
2323
- name: Set env variables
24-
run: touch .env && echo FINANCE_TEAM_ID=0 >> .env
24+
run: touch .env && echo "FINANCE_TEAM_ID=0" >> .env
2525
- name: Set up Node.js
2626
uses: actions/setup-node@v3
2727
with:

0 commit comments

Comments
 (0)