ability to set instance domain
This commit is contained in:
parent
dc588b651f
commit
3f570f79fc
3 changed files with 23 additions and 12 deletions
|
@ -1,6 +1,9 @@
|
|||
name: 'webfactory/ssh-agent'
|
||||
description: 'Run `ssh-agent` and load an SSH key to access other private repositories'
|
||||
inputs:
|
||||
instance-domain:
|
||||
description: 'Domain name of the instance (gitea/forgejo)'
|
||||
required: false
|
||||
ssh-private-key:
|
||||
description: 'Private SSH key to register in the SSH agent'
|
||||
required: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue