mirror of
https://github.com/webfactory/ssh-agent.git
synced 2025-04-24 23:12:13 +00:00
Upgrade to node 16
This commit is contained in:
parent
5f066a372e
commit
f76f3aadf7
1 changed files with 9 additions and 9 deletions
18
action.yml
18
action.yml
|
@ -1,16 +1,16 @@
|
|||
name: 'webfactory/ssh-agent'
|
||||
description: 'Run `ssh-agent` and load an SSH key to access other private repositories'
|
||||
name: "webfactory/ssh-agent"
|
||||
description: "Run `ssh-agent` and load an SSH key to access other private repositories"
|
||||
inputs:
|
||||
ssh-private-key:
|
||||
description: 'Private SSH key to register in the SSH agent'
|
||||
description: "Private SSH key to register in the SSH agent"
|
||||
required: true
|
||||
ssh-auth-sock:
|
||||
description: 'Where to place the SSH Agent auth socket'
|
||||
description: "Where to place the SSH Agent auth socket"
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'dist/index.js'
|
||||
post: 'dist/cleanup.js'
|
||||
post-if: 'always()'
|
||||
using: "node16"
|
||||
main: "dist/index.js"
|
||||
post: "dist/cleanup.js"
|
||||
post-if: "always()"
|
||||
branding:
|
||||
icon: loader
|
||||
color: 'yellow'
|
||||
color: "yellow"
|
||||
|
|
Loading…
Add table
Reference in a new issue