mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-11 14:10:42 +00:00
make update workflow show changed pkgs
This commit is contained in:
@@ -35,7 +35,8 @@ jobs:
|
||||
if [[ `git status --porcelain` ]]; then
|
||||
git config user.name "Package Update Checker"
|
||||
git config user.email "<>"
|
||||
git commit -a -m "Automatic Update"
|
||||
git status | grep modified | sed "s@.+/\([^/]+\)/[^/]+\n@\1 @g" > $m
|
||||
git commit -a -m "Automatic Update: $m"
|
||||
git push -u origin main
|
||||
echo "updated=1" >> $GITHUB_OUTPUT
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user