Skip to content
This repository was archived by the owner on Aug 25, 2024. It is now read-only.

Commit abb6e22

Browse files
committed
ci: remove images: Just log --stat
Signed-off-by: John Andersen <[email protected]>
1 parent 49223d3 commit abb6e22

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/remove_images.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ jobs:
3939
glob:*.jpeg
4040
EOF
4141
git filter-repo --force --invert-paths --paths-from-file $GIT_FILTER_REPO_PATHS
42-
git diff --stat origin/$BRANCH
43-
git log --stat $BRANCH | grep -E '\.png|\.jpeg|\.jpg|\.gif'
44-
git branch
42+
git log --stat | grep -E '\.png|\.jpeg|\.jpg|\.gif'
4543
- name: Push
4644
env:
4745
BRANCH: main

0 commit comments

Comments
 (0)