mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2025-07-06 07:43:44 +00:00
no doer
This commit is contained in:
parent
a9b7d752f4
commit
b818607d61
7 changed files with 1 additions and 15 deletions
|
@ -11,8 +11,6 @@ inputs:
|
|||
description: 'Tag of the release'
|
||||
sha:
|
||||
description: 'SHA of the release'
|
||||
doer:
|
||||
description: 'Forgejo user authoring the upload'
|
||||
token:
|
||||
description: 'Forgejo application token'
|
||||
required: true
|
||||
|
@ -49,7 +47,6 @@ runs:
|
|||
if test -z "$TAG"; then
|
||||
export TAG="${{ github.ref_name }}"
|
||||
fi
|
||||
export DOER="${{ inputs.doer }}"
|
||||
export TOKEN="${{ inputs.token }}"
|
||||
if test -z "$TOKEN"; then
|
||||
export TOKEN="${{ secrets.GITHUB_TOKEN }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue