aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/publish-aur.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/publish-aur.yml b/.github/workflows/publish-aur.yml
index 281e9c3..00395ec 100644
--- a/.github/workflows/publish-aur.yml
+++ b/.github/workflows/publish-aur.yml
@@ -38,6 +38,12 @@ jobs:
- name: Add AUR host to known_hosts
run: ssh-keyscan -t ed25519 aur.archlinux.org >> ~/.ssh/known_hosts
+
+ - name: Debug SSH setup
+ run: |
+ ls -l ~/.ssh
+ cat ~/.ssh/id_ed25519
+ cat ~/.ssh/known_hosts
- name: Clone AUR repository and update PKGBUILD
run: |