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 86cf992 commit f6919bcCopy full SHA for f6919bc
action.yaml
@@ -103,7 +103,7 @@ runs:
103
{
104
echo "org: ${ORG_NAME}"
105
echo "repositories:"
106
- jq -r --argjson fields "${TEMPLATE}" '
+ jq -r --argjson fields "$TEMPLATE" '
107
to_entries[] |
108
.key as $repoName |
109
.value as $props |
@@ -114,7 +114,7 @@ runs:
114
| map(
115
. as $key |
116
(
117
- (${props} | map({(.property_name): .value}) | add)[$key] // ""
+ ($props | map({(.property_name): .value}) | add)[$key] // ""
118
| " \($key): \"\(.)\""
119
)
120
0 commit comments