add deps option

This commit is contained in:
2025-11-09 19:42:56 -05:00
parent d97dc941bb
commit 8403e67ba4
2 changed files with 7 additions and 0 deletions

View File

@@ -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 }}