mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-11 13:56:16 +00:00
clone with https for testing
This commit is contained in:
3
.github/workflows/update-aur.yml
vendored
3
.github/workflows/update-aur.yml
vendored
@@ -41,7 +41,8 @@ jobs:
|
||||
eval "$(ssh-agent -s)"
|
||||
ssh-add ~/.ssh/id_rsa
|
||||
|
||||
ssh-agent bash -c 'ssh-add ~/.ssh/id_rsa; git clone ssh://aur@aur.archlinux.org/hydra-launcher-bin.git'
|
||||
# ssh-agent bash -c 'ssh-add ~/.ssh/id_rsa; git clone ssh://aur@aur.archlinux.org/hydra-launcher-bin.git'
|
||||
git clone https://aur.archlinux.org/hydra-launcher-bin.git
|
||||
|
||||
- name: Checkout main repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user