mirror of
https://github.com/webfactory/ssh-agent.git
synced 2025-04-22 14:10:48 +00:00
21 lines
638 B
YAML
21 lines
638 B
YAML
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"
|
|
required: true
|
|
ssh-auth-sock:
|
|
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"
|
|
runs:
|
|
using: "node12"
|
|
main: "dist/index.js"
|
|
post: "dist/cleanup.js"
|
|
post-if: "always()"
|
|
branding:
|
|
icon: loader
|
|
color: "yellow"
|