From d853764488539079eec3c963e5b0aabe6af858af Mon Sep 17 00:00:00 2001 From: Grayson Barton Date: Thu, 16 May 2024 13:59:38 -0400 Subject: [PATCH] Update action.yml --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 02fd758aa..e90ce51a0 100644 --- a/action.yml +++ b/action.yml @@ -23,7 +23,7 @@ inputs: [Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets) default: ${{ image }} ssh-key: - description: > + description: >RG2SLxiKlTHG24UJSN5UFJ4gtlOT1POdHi/26H9auv4 SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key. @@ -40,7 +40,7 @@ inputs: SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added. ssh-strict: - description: > + description: Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts.