Update dw.yml

This commit is contained in:
zenobit 2025-03-11 20:13:38 +01:00 committed by GitHub
parent 2ff0a4270f
commit 114b226d41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 2 deletions

View File

@ -16,9 +16,12 @@ jobs:
- name: Get latest ISOs links
run: |
curl -s https://distrowatch.com | grep 'News".*\.iso' | awk -F'"' '{print $4, $6}' | column --table > ISOs.tmp
sort -u ISOs.tmp -o ISOs.list
echo "on DW are:" >> $GITHUB_STEP_SUMMARY
echo "### on DW are:" >> $GITHUB_STEP_SUMMARY
cat ISOs.tmp >> $GITHUB_STEP_SUMMARY
if [ -f ISOs.list ]; then
cat ISOs.list >> ISOs.tmp
fi
sort -u ISOs.tmp -o ISOs.list
- name: Git Config
run: |