Skip to content

Commit ed3c610

Browse files
committed
fix(ci): correct pnpm dlx syntax in socket-auto-pr workflow
Update socket-auto-pr workflow to use proper pnpm dlx syntax with --package flag and correct binary name "socket" instead of incorrect package name as binary.
1 parent f616be9 commit ed3c610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/socket-auto-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ jobs:
8989
GLOB_FLAG="--glob '${{ inputs.glob-pattern }}'"
9090
fi
9191
92-
pnpm dlx @socketsecurity/cli fix $AUTOPILOT_FLAG $GLOB_FLAG
92+
pnpm --package=@socketsecurity/cli dlx socket fix $AUTOPILOT_FLAG $GLOB_FLAG

0 commit comments

Comments
 (0)