Skip to content

Commit 4683a90

Browse files
committed
echo patterns before diff
1 parent 25770de commit 4683a90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ 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 "Patterns: $COMMA_SEPARATED_PATTERNS"
3132
./git-diff --patterns='$COMMA_SEPARATED_PATTERNS'

0 commit comments

Comments
 (0)