Skip to content

Commit 337c5f4

Browse files
fix workflow-test.yml syntax error
1 parent f794603 commit 337c5f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
- uses: actions/download-artifact@v4
3535
with:
36-
name: ${{ needs.build-custom.outputs.image_artifact
36+
name: ${{ needs.build-custom.outputs.image_artifact }}
3737
path: /tmp/
3838
- run: docker load -i /tmp/image
3939
- run: >

0 commit comments

Comments
 (0)