rest of the owl
This commit is contained in:
14
action.yml
14
action.yml
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user