Skip to content

Commit 3101007

Browse files
committed
print patterns
1 parent 04a1b1a commit 3101007

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

action.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,6 @@ runs:
2828
run: |
2929
PATTERNS="${{ inputs.patterns }}"
3030
COMMA_SEPARATED_PATTERNS=$(echo "$PATTERNS" | tr '\n' ',' | sed -e 's/,$//' | sed 's/,$//' | sed 's/ //g')
31+
echo "Files patterns: $COMMA_SEPARATED_PATTERNS"
32+
3133
./git-diff --patterns=$COMMA_SEPARATED_PATTERNS

0 commit comments

Comments
 (0)