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:
parent
cd4560a590
commit
704ce3dee8
2 changed files with 4 additions and 1 deletions
|
|
@ -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: |
|
||||
Loading…
Add table
Add a link
Reference in a new issue