add git deploy key wrapper functionality

This commit is contained in:
Michael Carlson 2020-11-23 21:58:33 -07:00
parent 73d2440ad4
commit 17860381fc
9 changed files with 88 additions and 8 deletions

View file

@ -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'