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
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,14 @@ inputs:
36
36
required: false
37
37
default: ''
38
38
description: 'SSH Agent path to forward to the container.'
39
+
sshPublicKeysDirectoryPath:
40
+
required: false
41
+
default: ''
42
+
description: 'Directory containing SSH public keys to forward to the container. Useful for accessing multiple private git repositories using webplatform/ssh-agent action.'
43
+
gitConfigFilePath:
44
+
required: false
45
+
default: ''
46
+
description: 'Path to a git config file to forward to the container. Useful for accessing multiple private git repositories using webplatform/ssh-agent action.'
0 commit comments