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

Commit f0f1fcb

Browse files
committed
output of parsed data
1 parent 3420ba6 commit f0f1fcb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ runs:
106106
echo "Checkout template after sparse checkout"
107107
ls -all
108108
rm -rf .git
109+
echo "Removing the git folder"
110+
echo "Excludes: ${{ steps.config.outputs.exclude }}"
111+
109112
[[ -n "${{ steps.config.outputs.exclude }}" ]] && while IFS= read -r item; do
110113
item="$(echo "$item" | xargs)"
111114
[ -z "$item" ] || rm -rf "$item" 2>/dev/null || true

0 commit comments

Comments
 (0)