mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2025-07-06 07:43:44 +00:00
add README
This commit is contained in:
parent
3a07a6062f
commit
6787cd1bd1
2 changed files with 43 additions and 1 deletions
|
@ -9,7 +9,6 @@ inputs:
|
|||
description: 'owner/project relative to the URL'
|
||||
tag:
|
||||
description: 'Tag of the release'
|
||||
required: true
|
||||
sha:
|
||||
description: 'SHA of the release'
|
||||
doer:
|
||||
|
@ -44,6 +43,9 @@ runs:
|
|||
export REPO="${{ github.repository }}"
|
||||
fi
|
||||
export TAG="${{ inputs.tag }}"
|
||||
if test -z "$TAG"; then
|
||||
export TAG="${{ github.ref_name }}"
|
||||
fi
|
||||
export DOER="${{ inputs.doer }}"
|
||||
export TOKEN="${{ inputs.token }}"
|
||||
if test -z "$TOKEN"; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue