fix
This commit is contained in:
parent
7c6c5bb3a0
commit
7e90e8a05e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/aur.yml
vendored
2
.github/workflows/aur.yml
vendored
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
mkdir -p /root/.ssh
|
||||
echo "$AUR_SSH_KEY" > /root/.ssh/id_ed25519
|
||||
chmod 600 /root/.ssh/id_ed25519
|
||||
echo "aur.archlinux.org ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEuBKrPzbawxA/k2g6NcyV5jmqwJ2s+zpgZGZ7tpLIhd" >> /root/.ssh/known_hosts
|
||||
ssh-keyscan -t ed25519 aur.archlinux.org >> /root/.ssh/known_hosts 2>/dev/null
|
||||
git config --global safe.directory '*'
|
||||
git config user.name "Barrett Ruth"
|
||||
git config user.email "barrettruth@gmail.com"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue