tier parameter
This commit is contained in:
@@ -11,6 +11,9 @@ inputs:
|
||||
deps:
|
||||
description: 'which repos to enable'
|
||||
default: 'stable'
|
||||
tier:
|
||||
description: 'which tier of repos to enable'
|
||||
default: '1'
|
||||
|
||||
runs:
|
||||
using: 'docker'
|
||||
@@ -19,6 +22,7 @@ runs:
|
||||
REPO: .
|
||||
WORKSPACE: /workspace/${{ GITEA_REPOSITORY }}/
|
||||
DEP: ${{ inputs.deps }}
|
||||
TIER: ${{ inputs.tier }}
|
||||
POST: ${{ inputs.token }}
|
||||
username: ${{ inputs.username }}
|
||||
token: ${{ inputs.token }}
|
||||
|
||||
Reference in New Issue
Block a user