mirror of
https://github.com/kiegroup/git-backporting.git
synced 2025-07-21 14:08:19 +02:00
feat: add --git-client to explicitly set the type of forge (#106)
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
80a0b554f0
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