Skip to content

Commit a5d39a4

Browse files
authored
fix(shard): Handle dashes in keys (#81)
1 parent c4e66c3 commit a5d39a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shard/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ runs:
3232
set -euo pipefail
3333
[ -n "$GITHUB_DEBUG" ] && set -x
3434
35-
VERSIONS=$(boil show images "$PRODUCT_NAME" | jq --compact-output ".$PRODUCT_NAME")
35+
VERSIONS=$(boil show images "$PRODUCT_NAME" | jq --compact-output --arg product_name "$PRODUCT_NAME" '.[$product_name]')
3636
echo "VERSIONS=$VERSIONS" | tee -a "$GITHUB_OUTPUT"
3737
3838
- name: Print Shards

0 commit comments

Comments
 (0)