This commit is contained in:
2025-06-30 01:19:32 -07:00
parent ccac734e6e
commit 579c6f2074
2 changed files with 55 additions and 14 deletions

View File

@@ -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