fix: aur pushing not working due to git cve
This commit is contained in:
parent
617ad8e9b8
commit
8e6bed2638
1 changed files with 3 additions and 0 deletions
3
.github/actions/publish-to-aur/entrypoint.sh
vendored
3
.github/actions/publish-to-aur/entrypoint.sh
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue