ssh-agent/action.yml

17 lines
471 B
YAML
Raw Normal View History

2022-10-28 14:18:14 +03:00
name: "webfactory/ssh-agent"
description: "Run `ssh-agent` and load an SSH key to access other private repositories"
inputs:
ssh-private-key:
2022-10-28 14:18:14 +03:00
description: "Private SSH key to register in the SSH agent"
required: true
ssh-auth-sock:
2022-10-28 14:18:14 +03:00
description: "Where to place the SSH Agent auth socket"
runs:
2022-10-28 14:18:14 +03:00
using: "node16"
main: "dist/index.js"
post: "dist/cleanup.js"
post-if: "always()"
branding:
2019-09-15 00:33:18 +02:00
icon: loader
2022-10-28 14:18:14 +03:00
color: "yellow"