fix: incorrect sshagent command variable name

This commit is contained in:
Loïs Postula 2024-01-30 20:30:08 +01:00
parent fd34b8dee2
commit 397be80bce
No known key found for this signature in database
GPG key ID: 38193C6A09C39ED1
4 changed files with 47 additions and 77 deletions

View file

@ -20,7 +20,7 @@ inputs:
description: 'git command'
required: false
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
post: 'dist/cleanup.js'
post-if: 'always()'