From 9dfe151cf48f26a957bbd0379c120e79cb990e13 Mon Sep 17 00:00:00 2001 From: khai96_ Date: Tue, 2 Jul 2024 17:41:21 +0700 Subject: [PATCH] fix: remove dsa Fixes https://github.com/KSXGitHub/github-actions-deploy-aur/issues/39 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 80aa20f..3bb8ce4 100644 --- a/action.yml +++ b/action.yml @@ -55,7 +55,7 @@ inputs: ssh_keyscan_types: description: 'Comma-separated list of types to use when adding aur.archlinux.org to known hosts' required: false - default: 'rsa,dsa,ecdsa,ed25519' + default: 'rsa,ecdsa,ed25519' runs: using: 'docker' image: 'Dockerfile'