Skip to content

Commit 97b7e34

Browse files
authored
ci: update fetch-data.yml to print diff
1 parent 44f9365 commit 97b7e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fetch-data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Check for changes
2222
id: diff
2323
run: |
24-
if git diff --exit-code --quiet script/data; then
24+
if git diff --exit-code script/data; then
2525
echo "No changes detected"
2626
else
2727
echo "::set-output name=changed::true"

0 commit comments

Comments
 (0)