Forgejo: fixed variable name

This commit is contained in:
XargonWan 2024-11-12 11:07:49 +09:00
parent 0e9e5bb8c6
commit 9c8be47f67

View file

@ -51,7 +51,7 @@ jobs:
UPLOAD_HOST="upload.retrodeck.net" UPLOAD_HOST="upload.retrodeck.net"
ORGANIZATION="${{ github.repository_owner }}" ORGANIZATION="${{ github.repository_owner }}"
REPO="${{ github.event.repository.name }}" REPO="${{ github.event.repository.name }}"
FORGEJO_TOKEN="${{ secrets.GITEA_TRIGGER_BUILD_TOKEN }}" FORGEJO_TOKEN="${{ secrets.FOGEJO_TRIGGER_BUILD_TOKEN }}"
RELEASE_NAME="${REPO} ${{ inputs.tag }}" RELEASE_NAME="${REPO} ${{ inputs.tag }}"
TAG="${{ inputs.tag }}" TAG="${{ inputs.tag }}"
RELEASE_BODY="${{ inputs.release_body }}" RELEASE_BODY="${{ inputs.release_body }}"