ability to set instance domain

This commit is contained in:
Alexander Mirgorod 2024-09-30 17:38:04 +03:00
parent dc588b651f
commit 3f570f79fc
3 changed files with 23 additions and 12 deletions

View file

@ -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