Skip to content

Commit b5d5cf8

Browse files
authored
Update fetch-daily.yml fixes #212 (#213)
fixes #212
1 parent 4ff12cc commit b5d5cf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/fetch-daily.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
id: changes
4141
run: |
4242
if git diff --quiet docs/; then
43-
echo "has_changes=false" >> $GITHUB_OUTPUT
43+
echo "has_changes=false" >> "$GITHUB_OUTPUT"
4444
else
45-
echo "has_changes=true" >> $GITHUB_OUTPUT
45+
echo "has_changes=true" >> "$GITHUB_OUTPUT"
4646
fi
4747
4848
- name: Commit and push changes

0 commit comments

Comments
 (0)