Allow the user to override the commands for git, ssh-agent, and ssh-add

This commit is contained in:
Dilum Aluthge 2022-11-30 23:58:28 -05:00
parent 209e2d72ff
commit 1d64dd4577
5 changed files with 45 additions and 20 deletions

View file

@ -10,6 +10,15 @@ inputs:
description: 'Whether or not to log public key fingerprints'
required: false
default: true
ssh-agent-cmd:
description: 'ssh-agent command'
required: false
ssh-add-cmd:
description: 'ssh-add command'
required: false
git-cmd:
description: 'git command'
required: false
runs:
using: 'node16'
main: 'dist/index.js'