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

Commit 2435fc1

Browse files
committed
output of parsed data
1 parent 42e8d22 commit 2435fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ runs:
110110
item="$(echo "$item" | xargs)"
111111
[ -z "$item" ] || rm -rf "$item" 2>/dev/null || true
112112
done <<< "${{ steps.config.outputs.exclude }}"
113-
tree -L 2 || ls -R
113+
# tree -L 2 || ls -R
114114
115115
- name: Commit and optionally push changes
116116
shell: bash

0 commit comments

Comments
 (0)