Skip to content

Commit 9445632

Browse files
committed
fix parameter value
1 parent 83d3471 commit 9445632

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/publish-website/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ runs:
3333
id: download
3434
uses: actions/download-artifact@v4
3535
with:
36-
name: ${{ inputs.image-name }}
36+
name: ${{ env.image-artifact-name }}
3737
path: /tmp
3838
- name: Load image
3939
run: docker load --input /tmp/mokapi.tar

0 commit comments

Comments
 (0)