mirror of
https://github.com/webfactory/ssh-agent.git
synced 2024-11-21 16:50:50 +00:00
Use node20
This commit is contained in:
parent
152094029b
commit
b9e9626236
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
name: 'webfactory/ssh-agent'
|
name: 'javbit/ssh-agent'
|
||||||
description: 'Run `ssh-agent` and load an SSH key to access other private repositories'
|
description: 'Run `ssh-agent` and load an SSH key to access other private repositories'
|
||||||
inputs:
|
inputs:
|
||||||
ssh-private-key:
|
ssh-private-key:
|
||||||
|
@ -20,7 +20,7 @@ inputs:
|
||||||
description: 'git command'
|
description: 'git command'
|
||||||
required: false
|
required: false
|
||||||
runs:
|
runs:
|
||||||
using: 'node16'
|
using: 'node20'
|
||||||
main: 'dist/index.js'
|
main: 'dist/index.js'
|
||||||
post: 'dist/cleanup.js'
|
post: 'dist/cleanup.js'
|
||||||
post-if: 'always()'
|
post-if: 'always()'
|
||||||
|
|
Loading…
Reference in a new issue