We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 113e43b commit bd667dbCopy full SHA for bd667db
.github/workflows/openshift-certification.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Download Artifacts
48
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
49
with:
50
- name: ${{ inputs.image }-:${{ inputs.image_version }}
+ name: ${{ inputs.image }-${{ inputs.image_version }}
51
path: ${{ github.workspace }}/dist
52
53
- name: List files after artifact download
0 commit comments