This commit is contained in:
2025-06-30 01:39:29 -07:00
parent 6dd3a8e342
commit d49aadb058

View File

@@ -5,10 +5,18 @@ inputs:
description: "Gitea host to query."
required: true
default: "${{ github.server_url }}"
accessToken:
description: "Gitea host to query."
username:
description: "Gitea user to query with."
required: true
default: "${{ github.repository_owner }}"
password:
description: "Credentials to use for Gitea. If not specified, the GitHub/Gitea token will be used."
required: true
default: "${{ github.token }}"
accessToken:
description: "Access token for access to other repositories."
required: true
default: ""
workflowPattern:
description: "Pattern of the workflow name to match."
required: true