Test
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
name: github-download-previous-artifacts
|
||||
description: "Download artifacts from a previous Workflow run."
|
||||
inputs:
|
||||
host:
|
||||
description: "Gitea host to query."
|
||||
required: true
|
||||
default: "${{ github.server_url }}"
|
||||
accessToken:
|
||||
description: "Gitea host to query."
|
||||
required: true
|
||||
default: "${{ github.token }}"
|
||||
workflowPattern:
|
||||
description: "Pattern of the workflow name to match."
|
||||
required: true
|
||||
|
||||
Reference in New Issue
Block a user