mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
[actions/update] Another typo :>
This commit is contained in:
@@ -41,7 +41,7 @@ jobs:
|
||||
git config user.name "Raboneko"
|
||||
git config user.email "raboneko@fyralabs.com"
|
||||
git config gpg.format "ssh"
|
||||
git config gpg.signingKey "${{ secrets.SSH_PUBLIC_SIGNING_KEY }}""
|
||||
git config gpg.signingKey "${{ secrets.SSH_PUBLIC_SIGNING_KEY }}"
|
||||
git commit -S -a -m "Automatic Update: $(git status | grep modified | sed -r 's@.+/([^/]+)/[^/]+\n?@\1 @g' | tr -d '\n')"
|
||||
git push -u origin main
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user