Update distrosFeed.yml

This commit is contained in:
zenobit 2025-03-08 01:04:59 +01:00 committed by GitHub
parent 0df2f9ac39
commit 473b5ede4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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: |