DW: show in summary
This commit is contained in:
parent
ee5b8c7d79
commit
d8e7f9a68c
|
|
@ -1,4 +1,4 @@
|
||||||
name: Get latest ISOs links
|
name: Get latest ISOs links from DistroWatch
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
@ -19,6 +19,8 @@ jobs:
|
||||||
curl -s https://distrowatch.com | grep 'News".*\.iso' | awk -F'"' '{print $4, $6}' | column --table > ISOs.tmp
|
curl -s https://distrowatch.com | grep 'News".*\.iso' | awk -F'"' '{print $4, $6}' | column --table > ISOs.tmp
|
||||||
sort -u ISOs.tmp -o ISOs.tmp
|
sort -u ISOs.tmp -o ISOs.tmp
|
||||||
mv ISOs.tmp ISOs.list
|
mv ISOs.tmp ISOs.list
|
||||||
|
echo 'on DW are:' >> $GITHUB_STEP_SUMMARY
|
||||||
|
cat ISOs.list >> $GITHUB_STEP_UMMARY
|
||||||
|
|
||||||
- name: Git Config
|
- name: Git Config
|
||||||
run: |
|
run: |
|
||||||
Loading…
Reference in New Issue