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 04a1b1a commit 3101007Copy full SHA for 3101007
action.yaml
@@ -28,4 +28,6 @@ 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 "Files patterns: $COMMA_SEPARATED_PATTERNS"
32
+
33
./git-diff --patterns=$COMMA_SEPARATED_PATTERNS
0 commit comments