Skip to content

Commit ecca64e

Browse files
committed
Adds a compact summary to be certain that refresh-static is generating changes
1 parent 1d3e4ca commit ecca64e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/refresh_static.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
id: refresh-downstream-script
3030
run: |
3131
npm run refresh-static
32+
git diff --compact-summary
3233
if [[ -n "$(git diff)" ]]; then
3334
echo "changes-available=TRUE" >> $GITHUB_OUTPUT
3435
else

0 commit comments

Comments
 (0)