Skip to content

Commit ff0b421

Browse files
Debug: Show all Repos Release URL-List
1 parent da01b86 commit ff0b421

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update_releases_list.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- name: Fetch releases
1818
run: |
1919
curl -s "https://api.github.com/orgs/OpenKNX/repos?per_page=100&type=public" | jq -r '.[].releases_url' | sed 's/{\/id}//' > releases_urls.txt
20+
cat releases_urls.txt
2021
2122
- name: Fetch release details
2223
run: |

0 commit comments

Comments
 (0)