Skip to content

Commit 7579c46

Browse files
committed
Show when files are purged
1 parent a49ab18 commit 7579c46

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,7 @@ jobs:
547547
$PATTERN)
548548
;;
549549
*)
550+
echo "Removing $file" &&
550551
sudo rm -f "$file" ;;
551552
esac;
552553
done
@@ -557,6 +558,7 @@ jobs:
557558
$PATTERN)
558559
;;
559560
*)
561+
echo "Removing $file" &&
560562
sudo rm -f "$file" ;;
561563
esac;
562564
done

0 commit comments

Comments
 (0)