Skip to content

Commit 0a7bbaf

Browse files
committed
fix(deploy/github-pages): wrong download artifact input
Signed-off-by: Emilien Escalle <[email protected]>
1 parent 275b6d8 commit 0a7bbaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/deploy/github-pages/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ runs:
4747
if: ${{ inputs.build-artifact-id != '' }}
4848
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
4949
with:
50-
artifact-id: ${{ inputs.build-artifact-id }}
50+
artifact-ids: ${{ inputs.build-artifact-id }}
5151
path: "/"
5252

5353
- id: prepare-variables

0 commit comments

Comments
 (0)