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." description: "Gitea host to query."
required: true required: true
default: "${{ github.server_url }}" default: "${{ github.server_url }}"
accessToken: username:
description: "Gitea host to query." 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 required: true
default: "${{ github.token }}" default: "${{ github.token }}"
accessToken:
description: "Access token for access to other repositories."
required: true
default: ""
workflowPattern: workflowPattern:
description: "Pattern of the workflow name to match." description: "Pattern of the workflow name to match."
required: true required: true