We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df3d183 commit 4b4b72aCopy full SHA for 4b4b72a
action.yml
@@ -56,12 +56,12 @@ runs:
56
echo "matrix=`yq ea -o json '
57
select(fileIndex == 1) as $filters |
58
$filters |= keys |
59
- $filters |= map(. | capture("(?:(?<value>[\\w-_]+)\\|)?(?<key>[\\w\\-_\\/]+)")) |
+ $filters |= map(. | capture("(?:(?<value>[\\w\\-_]+)\\|)?(?<key>[\\w\\-_\\/]+)")) |
60
$filters |= from_entries |
61
62
select(fileIndex == 0) |
63
map(. |
64
- capture("(?:(?<key>[\\w-_]+)\\|)?(?<path>[\\w\\-_\\/]+)") |
+ capture("(?:(?<key>[\\w\\-_]+)\\|)?(?<path>[\\w\\-_\\/]+)") |
65
{
66
"${{ inputs.output-key-name }}": .key // "${{ inputs.default-key }}",
67
"path": .path
0 commit comments