We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c050a32 commit 98234a1Copy full SHA for 98234a1
1 file changed
.github/workflows/run-tests.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Checkout repository
22
uses: actions/checkout@v3
23
- name: Set env variables
24
- run: touch .env && echo FINANCE_TEAM_ID=0 >> .env
+ run: touch .env && echo "FINANCE_TEAM_ID=0" >> .env
25
- name: Set up Node.js
26
uses: actions/setup-node@v3
27
with:
0 commit comments