1 Commits

Author SHA1 Message Date
922bd9f51f arch branch 2025-11-09 19:43:48 -05:00
2 changed files with 1 additions and 8 deletions

View File

@@ -12,9 +12,6 @@ See [action.yml](action.yml).
# Which repos to use. Can be stable, testing, staging
deps: 'stable'
# Which tier of repos to use. 0 for system, 1 for world, etc.
tier: '1'
# 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

@@ -11,18 +11,14 @@ inputs:
deps:
description: 'which repos to enable'
default: 'stable'
tier:
description: 'which tier of repos to enable'
default: '1'
runs:
using: 'docker'
image: 'docker://corysanin/archery:artix'
image: 'docker://corysanin/archery:arch'
env:
REPO: .
WORKSPACE: /workspace/${{ GITEA_REPOSITORY }}/
DEP: ${{ inputs.deps }}
TIER: ${{ inputs.tier }}
POST: ${{ inputs.token }}
username: ${{ inputs.username }}
token: ${{ inputs.token }}