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