From e7a36b50f76d6044e51b55ac2b5f24f39fe16e14 Mon Sep 17 00:00:00 2001 From: Jonathan Langevin Date: Wed, 7 Aug 2024 01:23:25 -0400 Subject: [PATCH] Updating find name arg --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 272ef4f..0a38b7b 100644 --- a/action.yml +++ b/action.yml @@ -28,5 +28,5 @@ runs: - id: context shell: bash run: | - result="$(find . -name ${{ inputs.matrix-step-name }} -maxdepth 2 -exec cat {} \; | jq -c --slurp 'map(to_entries | map(.key as $matrix_key | .value | map_values({($matrix_key): .}))) | flatten | reduce .[] as $item ({}; . * $item)' )" + result="$(find . -name \"${{ inputs.matrix-step-name }}-*\" -maxdepth 2 -exec cat {} \; | jq -c --slurp 'map(to_entries | map(.key as $matrix_key | .value | map_values({($matrix_key): .}))) | flatten | reduce .[] as $item ({}; . * $item)' )" echo "result=${result}" >> $GITHUB_OUTPUT pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy