From 473b5ede4d37018fb25a87e5808d757aa5aa6d0b Mon Sep 17 00:00:00 2001 From: zenobit Date: Sat, 8 Mar 2025 01:04:59 +0100 Subject: [PATCH] Update distrosFeed.yml --- .github/workflows/distrosFeed.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/distrosFeed.yml b/.github/workflows/distrosFeed.yml index b673dcd..f0640b4 100644 --- a/.github/workflows/distrosFeed.yml +++ b/.github/workflows/distrosFeed.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v4 - name: Get latest ISOs links - run: curl -s https://distrowatch.com | grep 'News".*\.iso' | cut -d '"' -f6 | tee -a ISOs.list + run: curl -s https://distrowatch.com | grep 'News".*\.iso' | cut -d '"' -f4,6 | sed 's/"/ /g' | column --table | tee -a ISOs.list - name: "Git Config" run: |