You've already forked gitea-release-action
mirror of
https://gitea.com/actions/gitea-release-action.git
synced 2025-11-14 16:30:21 +07:00
Merge remote-tracking branch 'origin/main' into pr-branch
This commit is contained in:
@ -2,6 +2,8 @@
|
||||
|
||||
An action to support publishing release to Gitea.
|
||||
|
||||
Preserves the fields body, prerelease and name when pushing the release if no value is given.
|
||||
|
||||
## Inputs
|
||||
|
||||
The following are optional as `step.with` keys
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
---
|
||||
name: gitea-release-action
|
||||
description: "An action to support publishing release to Gitea."
|
||||
author: "Akkuman"
|
||||
author: "Grypho"
|
||||
inputs:
|
||||
server_url:
|
||||
description: the base url of the gitea API
|
||||
|
||||
Reference in New Issue
Block a user