Skip to content

Commit 43420a1

Browse files
Draft: Include Repo-Name (with Support for Whitespaces)
Proposal of Copilot, Asked for Whitespace-Support in Repo-Name
1 parent c5eebba commit 43420a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_releases_list.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- name: Fetch releases
1818
run: |
19-
curl -s "https://api.github.com/orgs/OpenKNX/repos?per_page=100&type=public" | jq -r '.[] | "\(.name) \(.releases_url)"' | sed 's/{\/id}//' > releases_urls.txt
19+
curl -s "https://api.github.com/orgs/OpenKNX/repos?per_page=100&type=public" | jq -r '.[] | "\"\(.name)\" \(.releases_url)"' | sed 's/{\/id}//' > releases_urls.txt
2020
cat releases_urls.txt
2121
2222
- name: Fetch release details

0 commit comments

Comments
 (0)