add support for forgejo/ghes
This commit is contained in:
parent
a6f90b1f12
commit
f2f9c89b2e
2 changed files with 41 additions and 19 deletions
12
action.yml
12
action.yml
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue