fix dw list

This commit is contained in:
zenobit 2025-03-23 14:31:19 +01:00
parent 2059a46de7
commit ff8f2966b1
1 changed files with 2 additions and 2 deletions

View File

@ -19,9 +19,9 @@ jobs:
echo "### on DW are:" >> $GITHUB_STEP_SUMMARY
cat ISOs.tmp >> $GITHUB_STEP_SUMMARY
if [ -f ISOs.list ]; then
cat ISOs.list >> ISOs.tmp
cat ISOs.list | column --table >> ISOs.tmp
fi
sort -u ISOs.tmp -o ISOs.list
cat ISOs.tmp | column --table | sort -u -o ISOs.list
- name: Git Config
run: |