File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
actions/get-latest-workflow-artifact Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 77 workflow-id :
88 description : ID of the workflow inside the current repository
99 required : true
10+ consider-inprogress :
11+ description : Allow to also return artifacts from in-progress runs
12+ required : false
1013 repository :
1114 description : Repository of the target workflow (e.g. `grafana/grafana`)
1215 required : false
@@ -34,6 +37,9 @@ outputs:
3437 workflow-run-id :
3538 description : ID of the considered workflow run
3639 value : ${{ steps.get-artifact.outputs.workflow-run-id }}
40+ workflow-run-status :
41+ description : Status of the workflow run containing the artifact
42+ value : ${{ steps.get-artifact.outputs.workflow-run-status }}
3743
3844runs :
3945 using : " composite"
5763 INPUT_GITHUB-TOKEN : ${{ inputs.github-token }}
5864 INPUT_ARTIFACT-NAME : ${{ inputs.artifact-name }}
5965 INPUT_WORKFLOW-ID : ${{ inputs.workflow-id }}
66+ INPUT_CONSIDER-INPROGRESS : ${{ inputs.consider-inprogress }}
6067 INPUT_REPOSITORY : ${{ inputs.repository }}
6168 INPUT_PR-NUMBER : ${{ inputs.pr-number }}
6269 INPUT_PATH : ${{ inputs.path }}
You can’t perform that action at this time.
0 commit comments