You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ description: "Deploy Cloudflare Workers/Pages using Wrangler v4 with customizabl
3
3
author: "neighbor"
4
4
branding:
5
5
icon: "cloud"
6
-
color: "blue"
6
+
color: "orange"
7
7
8
8
inputs:
9
9
api_token:
@@ -16,8 +16,8 @@ inputs:
16
16
description: "Working directory from which Wrangler commands will be executed (useful for monorepos)."
17
17
required: false
18
18
config:
19
-
description: "Path to the Wrangler configuration file (e.g. wrangler.toml or dist/server/wrangler.json). This will be passed as --config to both versions upload and versions deploy."
20
-
required: true
19
+
description: "Optional path to the Wrangler configuration file (e.g. wrangler.toml or dist/server/wrangler.json). When provided, this will be passed as --config to both versions upload and versions deploy. If omitted, Wrangler's default config resolution is used."
20
+
required: false
21
21
upload_args:
22
22
description: "Additional arguments passed only to wrangler versions upload (excluding --config). Example: --env production"
0 commit comments