fix: add space after each group of packages to prevent unwanted merging of package names, tidy: rename GH action to delete all old workflow runs, add: TODO to build.sh to add rpm building with FPM

This commit is contained in:
badblocks 2024-10-30 22:07:28 -07:00
parent cd4560a590
commit 704ce3dee8
No known key found for this signature in database
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,5 @@
---
name: build-bazzite-gnome
name: bazzite-build-gnome
on:
pull_request:
branches:
@ -70,6 +70,7 @@ jobs:
#dnf4
echo -n $(dnf group info "$GROUP_E" 2>&1 | grep -v : | tr -d '\n' | tr -s ' ' | cut -c2-) >> "$GITHUB_OUTPUT"
fi
echo -n " " >> "$GITHUB_OUTPUT"
done
#run: |