mirror of
https://github.com/kiegroup/git-backporting.git
synced 2025-07-21 22:08:25 +02:00
feat: add --git-client to explicitly set the type of forge
codeberg is running Forgejo and it may not be possible to infer that from the URL alone. The same is true for GitHub Enterprise Server.
This commit is contained in:
parent
646d8fe41c
commit
5f12c50c45
11 changed files with 70 additions and 3 deletions
|
@ -18,6 +18,9 @@ inputs:
|
|||
description: "GITHUB_TOKEN or a `repo` scoped Personal Access Token (PAT), if not provided will look for existing env variables like GITHUB_TOKEN"
|
||||
default: ${{ github.token }}
|
||||
required: false
|
||||
git-client:
|
||||
description: "Git client type <github|gitlab|codeberg>, if not set it is infered from pull-request"
|
||||
required: false
|
||||
git-user:
|
||||
description: "Local git user name"
|
||||
default: "GitHub"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue