add support for forgejo/ghes

This commit is contained in:
cswimr 2025-03-19 14:58:39 -05:00
parent a6f90b1f12
commit f2f9c89b2e
No known key found for this signature in database
GPG key ID: 0EC431A8DA8F8087
2 changed files with 41 additions and 19 deletions

View file

@ -6,6 +6,18 @@ inputs:
required: true
ssh-auth-sock:
description: 'Where to place the SSH Agent auth socket'
instance-urls:
description: |-
URL(s) of the Git provider instance(s) to use.
You can specify multiple instance URls by putting each one on a separate line.
```yaml
instance-urls: |-
github.com
code.forgejo.org
codeberg.org
```
required: false
default: 'github.com'
log-public-key:
description: 'Whether or not to log public key fingerprints'
required: false