Update dw.yml
This commit is contained in:
parent
2ff0a4270f
commit
114b226d41
|
|
@ -16,9 +16,12 @@ jobs:
|
||||||
- name: Get latest ISOs links
|
- name: Get latest ISOs links
|
||||||
run: |
|
run: |
|
||||||
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.list
|
echo "### on DW are:" >> $GITHUB_STEP_SUMMARY
|
||||||
echo "on DW are:" >> $GITHUB_STEP_SUMMARY
|
|
||||||
cat ISOs.tmp >> $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
|
- name: Git Config
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue