You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yml
+29-45Lines changed: 29 additions & 45 deletions
Original file line number
Diff line number
Diff line change
@@ -7,25 +7,22 @@ branding:
7
7
8
8
inputs:
9
9
IP:
10
-
description: "A unique identifier for a device on the Internet or a local network."
10
+
description: "The IP address is a unique identifier that identifies a device on the Internet or on a local network."
11
11
required: true
12
12
USER:
13
-
description: "An agent, which can be a human or software agent, using a computer or network service."
13
+
description: "A user is an agent, either a human agent or a software agent, who uses a computer or network service."
14
14
required: true
15
-
PASSWORD:
16
-
description: "Password to use for SSH authentication. If provided, it will be used instead of the key."
17
-
required: false
18
15
KEY:
19
-
description: "A component of the Secure Shell protocol suite used to establish secure shell sessions between remote computers over insecure networks, using cryptographic techniques."
20
-
required: false
16
+
description: "ssh-keygen is a standard component of the Secure Shell protocol suite found on Unix, Unix-like, and Microsoft Windows computer systems used to establish secure shell sessions between remote computers over insecure networks, through the use of various cryptographic techniques."
17
+
required: true
21
18
REPO:
22
-
description: "The name of the repository where the action is located (default: the GitHub repository)."
19
+
description: "Specify the name of the repository where the action is located."
23
20
default: ${{ github.repository }}
24
21
FOLDER:
25
-
description: 'The name of the folder where files are located, including the user (e.g., "/user/deploy").'
22
+
description: 'Name of the folder where the files are located, including the user (e.g., "user/deploy").'
26
23
required: true
27
24
RUN:
28
-
description: "Commands to be executed after the deploy (optional)."
25
+
description: "Specify the commands to be executed after the deploy."
0 commit comments