This commit is contained in:
2025-06-29 23:42:38 -07:00
parent 5c0308b60a
commit 98f47d8061

View File

@@ -4,7 +4,7 @@ inputs:
workflowPattern:
description: "Pattern of the workflow name to match."
required: true
filePattern:
artifactPattern:
description: "Pattern of the artifacts to match."
required: true
default: "*"
@@ -25,7 +25,6 @@ runs:
steps:
- name: "Download artifacts."
uses: https://github.com/actions/github-script@v6
continue-on-error: true
env:
WORKFLOW_FILENAME: ${{ inputs.workflowPattern }}
ARTIFACT_NAME: ${{ inputs.filePattern }}