add README

This commit is contained in:
Earl Warren 2023-03-30 14:18:23 +02:00
parent 3a07a6062f
commit 6787cd1bd1
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
2 changed files with 43 additions and 1 deletions

View file

@ -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