DW: show in summary

This commit is contained in:
zenobit 2025-03-10 12:12:30 +01:00 committed by GitHub
parent ee5b8c7d79
commit d8e7f9a68c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
name: Get latest ISOs links
name: Get latest ISOs links from DistroWatch
on:
workflow_dispatch:
@ -19,6 +19,8 @@ jobs:
curl -s https://distrowatch.com | grep 'News".*\.iso' | awk -F'"' '{print $4, $6}' | column --table > ISOs.tmp
sort -u ISOs.tmp -o ISOs.tmp
mv ISOs.tmp ISOs.list
echo 'on DW are:' >> $GITHUB_STEP_SUMMARY
cat ISOs.list >> $GITHUB_STEP_UMMARY
- name: Git Config
run: |