Skip to content

Commit 05aef6f

Browse files
authored
fix: Adjust formatting in action.yml for consistency (#4)
- Removed unnecessary trailing comma from the `description` field. - Replaced the `|` pipe with `>` for multiline `ssh-key-type` description to improve YAML readability.
1 parent 1fa032f commit 05aef6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: 'apter-tech/ssh-agent'
2-
description: 'Run `ssh-agent`, load an SSH key to access other private repositories and setup `known_hosts` for host verification.',
2+
description: 'Run `ssh-agent`, load an SSH key to access other private repositories and setup `known_hosts` for host verification.'
33
inputs:
44
ssh-host:
55
description: Hostname to fetch SSH keys from using ssh-keyscan.
66
required: false
77
ssh-key-type:
8-
description: |
8+
description: >
99
Specify the type of the key to fetch from the scanned hosts. The possible values are “ecdsa”, “ed25519”, “ecdsa-sk”, “ed25519-sk”, or “rsa”.
1010
Multiple values may be specified by separating them with commas. The default is to fetch all the above key types.
1111
required: false

0 commit comments

Comments
 (0)