2022-06-28 00:49:19 +01:00
|
|
|
name: "webfactory/ssh-agent"
|
|
|
|
description: "Run `ssh-agent` and load an SSH key to access other private repositories"
|
2019-09-14 22:28:16 +00:00
|
|
|
inputs:
|
|
|
|
ssh-private-key:
|
2022-06-28 00:49:19 +01:00
|
|
|
description: "Private SSH key to register in the SSH agent"
|
2019-09-14 22:28:16 +00:00
|
|
|
required: true
|
|
|
|
ssh-auth-sock:
|
2022-06-28 00:49:19 +01:00
|
|
|
description: "Where to place the SSH Agent auth socket"
|
|
|
|
required: false
|
|
|
|
linux-use-homedir:
|
|
|
|
description: Changes the way user home directory is looked up.
|
|
|
|
required: false
|
|
|
|
default: "false"
|
2019-09-14 22:28:16 +00:00
|
|
|
runs:
|
2022-06-28 00:49:19 +01:00
|
|
|
using: "node12"
|
|
|
|
main: "dist/index.js"
|
|
|
|
post: "dist/cleanup.js"
|
|
|
|
post-if: "always()"
|
2019-09-14 22:28:16 +00:00
|
|
|
branding:
|
2019-09-15 00:33:18 +02:00
|
|
|
icon: loader
|
2022-06-28 00:49:19 +01:00
|
|
|
color: "yellow"
|