1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-05 02:27:48 +02:00

feat(input): add github GraphQL URL configuration for input (#385)

This commit is contained in:
Neo Hsu
2021-10-15 05:34:54 +08:00
committed by GitHub
parent 413fe37430
commit 720c5f8f53
4 changed files with 12 additions and 3 deletions

View File

@@ -63,6 +63,7 @@ Automate releases with Conventional Commit Messages.
| `github-api-url` | configure github API URL. Default `https://api.github.com` |
| `--signoff` | Add [`Signed-off-by`](https://git-scm.com/docs/git-commit#Documentation/git-commit.txt---signoff) line at the end of the commit log message using the user and email provided. (format "Name \<email@example.com\>") |
| `repo-url` | configure github repository URL. Default `process.env.GITHUB_REPOSITORY` |
| `github-graphql-url` | configure github GraphQL URL. Default `https://api.github.com` |
| output | description |
|:---:|---|