From 9acec543f2fbc8f4f4f0b7cb6af299c1e364ca41 Mon Sep 17 00:00:00 2001 From: Cory Miller <13227161+cory-miller@users.noreply.github.com> Date: Thu, 18 Apr 2024 15:13:09 -0400 Subject: [PATCH] Update action.yml Co-authored-by: Josh Gross --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index e800a51..75d5ae2 100644 --- a/action.yml +++ b/action.yml @@ -48,6 +48,7 @@ inputs: ssh-user: description: > The user to use when connecting to the remote SSH host. By default 'git' is used. + default: git persist-credentials: description: 'Whether to configure the token or SSH key with the local git config' default: true