We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b4b72a commit 13bf4d9Copy full SHA for 13bf4d9
action.yml
@@ -63,7 +63,7 @@ runs:
63
map(. |
64
capture("(?:(?<key>[\\w\\-_]+)\\|)?(?<path>[\\w\\-_\\/]+)") |
65
{
66
- "${{ inputs.output-key-name }}": .key // "${{ inputs.default-key }}",
+ "${{ inputs.output-key-name }}": .key // $filters[.path] // "${{ inputs.default-key }}",
67
"path": .path
68
})
69
' <(echo $CHANGED_PATHS) ${{ inputs.filter-file }} | jq -c`" >> "$GITHUB_OUTPUT"
0 commit comments