Skip to content

Commit 2d4b6bd

Browse files
committed
fix: bug
1 parent 7041607 commit 2d4b6bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-frontend/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ runs:
9797
9898
const frontendInput = core.getInput('frontend');
9999
100-
switch (frontend) {
100+
switch (frontendInput) {
101101
case "next":
102102
core.setOutput('path', '.vuestorefrontcloud/docker/nextjs/Dockerfile-frontend');
103103
break;

0 commit comments

Comments
 (0)