Skip to content

Commit 84e3982

Browse files
committed
fix(ci): mark AUR repo as safe directory
1 parent 0761d66 commit 84e3982

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish-aur.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
- name: Sync, commit, and push
7676
run: |
7777
export GIT_SSH_COMMAND="ssh -i /tmp/aur_id_ed25519 -o IdentitiesOnly=yes -o UserKnownHostsFile=/tmp/aur_known_hosts -o StrictHostKeyChecking=yes"
78+
git config --global --add safe.directory /tmp/aur-repo
7879
rsync -a --delete --exclude='.git/' /tmp/aur-payload/ /tmp/aur-repo/
7980
8081
cd /tmp/aur-repo

0 commit comments

Comments
 (0)