mirror of
https://github.com/webfactory/ssh-agent.git
synced 2025-12-18 17:27:07 +00:00
add git deploy key wrapper functionality
This commit is contained in:
parent
73d2440ad4
commit
17860381fc
9 changed files with 88 additions and 8 deletions
|
|
@ -6,6 +6,9 @@ inputs:
|
|||
required: true
|
||||
ssh-auth-sock:
|
||||
description: 'Where to place the SSH Agent auth socket'
|
||||
use-git-deploy-key-wrapper:
|
||||
description: 'Enable usage of git deploy key wrapper for multiple repositories with individual deploy keys'
|
||||
default: false
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'dist/index.js'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue