Test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user