add deps option
This commit is contained in:
@@ -8,6 +8,9 @@ inputs:
|
||||
token:
|
||||
description: 'Gitea PAT'
|
||||
default: ''
|
||||
deps:
|
||||
description: 'which repos to enable'
|
||||
default: 'stable'
|
||||
|
||||
runs:
|
||||
using: 'docker'
|
||||
@@ -15,6 +18,7 @@ runs:
|
||||
env:
|
||||
REPO: .
|
||||
WORKSPACE: /workspace/${{ GITEA_REPOSITORY }}/
|
||||
DEP: ${{ inputs.deps }}
|
||||
POST: ${{ inputs.token }}
|
||||
username: ${{ inputs.username }}
|
||||
token: ${{ inputs.token }}
|
||||
|
||||
Reference in New Issue
Block a user