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 fdf2cfa commit e1d14e0Copy full SHA for e1d14e0
action.yaml
@@ -92,9 +92,9 @@ runs:
92
" - name: \($repoName)" +
93
(
94
.value
95
- | map(select(.value != "")) # skip blank-value fields
+ | map(select(.value != ""))
96
| if length > 0 then
97
- "\n" + map(" \(.property_name): \"\(.value)\"") | join("\n")
+ "\n" + (map(" \(.property_name): \"\(.value)\"") | join("\n"))
98
else
99
""
100
end
@@ -104,6 +104,7 @@ runs:
104
} > repo-properties.yaml
105
106
echo "YAML written to repo-properties.yaml"
107
+
108
109
- name: Print out the repo-properties.yaml
110
shell: bash
0 commit comments