aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/publish-aur.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/publish-aur.yml')
-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 c12df6a..02bd922 100644
--- a/.github/workflows/publish-aur.yml
+++ b/.github/workflows/publish-aur.yml
@@ -38,6 +38,12 @@
- name: Clone AUR repo
run: |
GIT_SSH_COMMAND="ssh -i ~/.ssh/id_ed25519 -o UserKnownHostsFile=~/.ssh/known_hosts" git clone ssh://aur@aur.archlinux.org/soon.git aur-push
+
+ - name: Debug SSH files
+ run: |
+ ls -l ~/.ssh
+ cat ~/.ssh/known_hosts
+ cat ~/.ssh/id_ed25519
- name: Update PKGBUILD and .SRCINFO
run: |