Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit 01874c2

Browse files
committed
Quote variable
1 parent c5becb2 commit 01874c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
id: coverage-files
4848
run: |
4949
LCOV_FILES=$(find packages/ -type f -name "lcov.info" | paste -s -d ',' -)
50-
echo "lcov_files=$LCOV_FILES" >> $GITHUB_ENV
50+
echo "lcov_files=$LCOV_FILES" >> "$GITHUB_ENV"
5151
- name: Run codacy-coverage-reporter
5252
if: github.event_name == 'push'
5353
uses: codacy/codacy-coverage-reporter-action@master

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Get npm cache directory
3535
id: npm-cache-dir
3636
run: |
37-
echo "npm_cache_dir=$(npm config get cache)" >> $GITHUB_ENV
37+
echo "npm_cache_dir=$(npm config get cache)" >> "$GITHUB_ENV"
3838
- uses: actions/cache@v3
3939
id: npm-cache
4040
with:

0 commit comments

Comments
 (0)