Skip to content

Commit f2226c2

Browse files
committed
add support for SSH
1 parent a093556 commit f2226c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ inputs:
1313
description: 'Any java opts (eg -Xmx512m)'
1414
required: false
1515
ssh-key:
16-
description: 'A GitHub secret that has the SSH key to access other private repositories (eg `${{ secrets.SSH_PRIVATE_KEY }}`)'
16+
description: 'GitHub secret with the SSH private key to access your private repositories'
1717
required: false
1818
runs:
1919
using: 'docker'

0 commit comments

Comments
 (0)