rest of the owl

This commit is contained in:
2025-10-29 00:47:59 -05:00
parent ea26343364
commit 900f46cfbe

View File

@@ -1,9 +1,21 @@
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'
env:
REPO: .
WORKSPACE: /github/workspace
WORKSPACE: /workspace/${{ GITEA_REPOSITORY }}/
POST: enabled
username: ${{ inputs.username }}
token: ${{ inputs.token }}