1 Commits

Author SHA1 Message Date
391205eb44 arch branch 2025-11-09 19:18:55 -05:00
2 changed files with 1 additions and 8 deletions

View File

@@ -9,9 +9,6 @@ See [action.yml](action.yml).
```
- uses: https://git.sanin.dev/packages_infra/makepkg-build-action@v1-artix
with:
# Which repos to use. Can be stable, testing, staging
deps: 'stable'
# Username intended to be used for publishing artifacts. Wihtout a proper post-entrypoint.sh script to
# utilize it, this input does nothing.
username: 'anonymous'

View File

@@ -8,17 +8,13 @@ inputs:
token:
description: 'Gitea PAT'
default: ''
deps:
description: 'which repos to enable'
default: 'stable'
runs:
using: 'docker'
image: 'docker://corysanin/archery:artix'
image: 'docker://corysanin/archery:arch'
env:
REPO: .
WORKSPACE: /workspace/${{ GITEA_REPOSITORY }}/
DEP: ${{ inputs.deps }}
POST: ${{ inputs.token }}
username: ${{ inputs.username }}
token: ${{ inputs.token }}