Skip to content

Commit f6919bc

Browse files
committed
remove more expansions
Signed-off-by: Andrew Brandt <[email protected]>
1 parent 86cf992 commit f6919bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ runs:
103103
{
104104
echo "org: ${ORG_NAME}"
105105
echo "repositories:"
106-
jq -r --argjson fields "${TEMPLATE}" '
106+
jq -r --argjson fields "$TEMPLATE" '
107107
to_entries[] |
108108
.key as $repoName |
109109
.value as $props |
@@ -114,7 +114,7 @@ runs:
114114
| map(
115115
. as $key |
116116
(
117-
(${props} | map({(.property_name): .value}) | add)[$key] // ""
117+
($props | map({(.property_name): .value}) | add)[$key] // ""
118118
| " \($key): \"\(.)\""
119119
)
120120
)

0 commit comments

Comments
 (0)