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 6aa1188 commit fc15549Copy full SHA for fc15549
.github/workflows/test.yml
@@ -27,12 +27,13 @@ jobs:
27
- name: Download image
28
id: image
29
# yamllint disable-line rule:line-length
30
- uses: ishworkh/container-image-artifact-download@ccb3671db007622e886a2d7037eb62b119d5ffaf # v2.0.0
+ uses: rzr/container-image-artifact-download@main # v2.0.0
31
with:
32
image: "${{ env.project-name }}:latest"
33
workflow: "build"
34
token: ${{ secrets.GH_SL_ACCESS_TOKEN }}
35
workflow_run_id: ${{ github.event.workflow_run.id }}
36
+ download_tmp_dir: ${{ runner.temp }}
37
- name: Check and remove downloaded artifact
38
# yamllint disable rule:line-length
39
env:
0 commit comments