From c3aa988f8e61b6432b46406c33a45b399cf1a001 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Tue, 17 Oct 2023 15:50:52 +0200 Subject: [PATCH] fix typo --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 41330e0..eaff50e 100644 --- a/action.yaml +++ b/action.yaml @@ -6,7 +6,7 @@ inputs: description: > Server to deploy to. The action will ssh to this endpoint to try to deploy files. - default: pabstractnonsen.se + default: abstractnonsen.se host-user: description: > User used for host authentication.