Fix
This commit is contained in:
@@ -4,7 +4,7 @@ inputs:
|
|||||||
workflowPattern:
|
workflowPattern:
|
||||||
description: "Pattern of the workflow name to match."
|
description: "Pattern of the workflow name to match."
|
||||||
required: true
|
required: true
|
||||||
filePattern:
|
artifactPattern:
|
||||||
description: "Pattern of the artifacts to match."
|
description: "Pattern of the artifacts to match."
|
||||||
required: true
|
required: true
|
||||||
default: "*"
|
default: "*"
|
||||||
@@ -25,7 +25,6 @@ runs:
|
|||||||
steps:
|
steps:
|
||||||
- name: "Download artifacts."
|
- name: "Download artifacts."
|
||||||
uses: https://github.com/actions/github-script@v6
|
uses: https://github.com/actions/github-script@v6
|
||||||
continue-on-error: true
|
|
||||||
env:
|
env:
|
||||||
WORKFLOW_FILENAME: ${{ inputs.workflowPattern }}
|
WORKFLOW_FILENAME: ${{ inputs.workflowPattern }}
|
||||||
ARTIFACT_NAME: ${{ inputs.filePattern }}
|
ARTIFACT_NAME: ${{ inputs.filePattern }}
|
||||||
|
|||||||
Reference in New Issue
Block a user