mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-22 10:03:24 +01:00
a4509d507c
We need to distinguish between when the value is and isn't set in order to perform inference based on lockfile and only fallback to the default of npm if inference fails.
5 lines
140 B
Markdown
5 lines
140 B
Markdown
---
|
|
"wrangler-action": patch
|
|
---
|
|
|
|
Fixed the package manager not being inferred based on lockfile when the `packageManager` input isn't set.
|