We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25770de commit 4683a90Copy full SHA for 4683a90
action.yaml
@@ -28,4 +28,5 @@ runs:
28
run: |
29
PATTERNS="${{ inputs.patterns }}"
30
COMMA_SEPARATED_PATTERNS=$(echo "$PATTERNS" | tr '\n' ',' | sed -e 's/,$//' | sed 's/,$//' | sed 's/ //g')
31
+ echo "Patterns: $COMMA_SEPARATED_PATTERNS"
32
./git-diff --patterns='$COMMA_SEPARATED_PATTERNS'
0 commit comments