remove inputs
This commit is contained in:
11
action.yml
11
action.yml
@@ -1,15 +1,6 @@
|
||||
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'
|
||||
@@ -17,5 +8,3 @@ runs:
|
||||
REPO: .
|
||||
WORKSPACE: /workspace/${{ GITEA_REPOSITORY }}/
|
||||
POST: enabled
|
||||
username: ${{ inputs.username }}
|
||||
token: ${{ inputs.token }}
|
||||
|
||||
Reference in New Issue
Block a user