default to true and remove need to monkeypatch getBoolean

This commit is contained in:
Camilo Celis Guzman 2022-09-02 14:59:27 +09:00
parent 79fe588704
commit 9683b6d018
2 changed files with 4 additions and 17 deletions

View file

@ -6,6 +6,9 @@ inputs:
required: true
ssh-auth-sock:
description: 'Where to place the SSH Agent auth socket'
log-public-key:
description: 'Whether or not to log public key fingerprints'
default: true
runs:
using: 'node12'
main: 'dist/index.js'