fix: aur pushing not working due to git cve

This commit is contained in:
Ryan Dowling 2022-04-21 19:39:11 +10:00
parent 617ad8e9b8
commit 8e6bed2638
No known key found for this signature in database
GPG key ID: 5539FCDB88950EFD

View file

@ -114,6 +114,9 @@ build() {
push_package() {
echo '::group::Pushing package to AUR'
# mark directory as safe for git
git config --global --add safe.directory /aur_repo
# change to where repo is cloned
cd /aur_repo