CI, try 7
This commit is contained in:
parent
7edbc32377
commit
9b726e37fc
3 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ jobs:
|
|||
|
||||
- name: Clone the AUR repository
|
||||
run: |
|
||||
echo ${{ secrets.DEPLOY_TO_AUR_PRIVATE_KEY }} > key
|
||||
echo "${{ secrets.DEPLOY_TO_AUR_PRIVATE_KEY }}" > key
|
||||
GIT_SSH_COMMAND="ssh -i key -o 'IdentitiesOnly yes'" git clone ssh://aur@aur.archlinux.org/mlc.git aur
|
||||
chmod 777 -R aur/.SRCINFO
|
||||
cd aur
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue