Revert "remove inputs"

This reverts commit c85780a77c.
This commit is contained in:
2025-10-29 00:26:05 -05:00
parent c85780a77c
commit 86e8224397

View File

@@ -1,6 +1,15 @@
name: Build package
description: build an Arch package via Docker
inputs:
username:
description: 'Gitea username'
required: true
default: 'anonymous'
token:
description: 'Gitea PAT'
required: true
runs:
using: 'docker'
image: 'docker://corysanin/archery:artix'
@@ -8,3 +17,5 @@ runs:
REPO: .
WORKSPACE: /workspace/${{ GITEA_REPOSITORY }}/
POST: enabled
username: ${{ inputs.username }}
token: ${{ inputs.token }}