Skip to content

Commit 86cf992

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,14 @@ runs:
108108
.key as $repoName |
109109
.value as $props |
110110
(
111-
" - name: \(${repoName})\n" +
111+
" - name: \($repoName)\n" +
112112
(
113113
${fields}
114114
| map(
115115
. as $key |
116116
(
117-
(${props} | map({(.property_name): .value}) | add)[${key}] // ""
118-
| " \(${key}): \"\(.)\""
117+
(${props} | map({(.property_name): .value}) | add)[$key] // ""
118+
| " \($key): \"\(.)\""
119119
)
120120
)
121121
| join("\n")

0 commit comments

Comments
 (0)