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 c4e66c3 commit a5d39a4Copy full SHA for a5d39a4
shard/action.yaml
@@ -32,7 +32,7 @@ runs:
32
set -euo pipefail
33
[ -n "$GITHUB_DEBUG" ] && set -x
34
35
- VERSIONS=$(boil show images "$PRODUCT_NAME" | jq --compact-output ".$PRODUCT_NAME")
+ VERSIONS=$(boil show images "$PRODUCT_NAME" | jq --compact-output --arg product_name "$PRODUCT_NAME" '.[$product_name]')
36
echo "VERSIONS=$VERSIONS" | tee -a "$GITHUB_OUTPUT"
37
38
- name: Print Shards
0 commit comments