mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-24 10:54:46 +01:00
commit
fcf2d83f3d
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ branding:
|
||||||
color: "orange"
|
color: "orange"
|
||||||
description: "Deploy your Cloudflare projects from GitHub using Wrangler"
|
description: "Deploy your Cloudflare projects from GitHub using Wrangler"
|
||||||
runs:
|
runs:
|
||||||
using: "node16"
|
# Possible values: https://github.com/actions/runner/blob/main/src/Runner.Common/Util/NodeUtil.cs#L9
|
||||||
|
using: "node20"
|
||||||
main: "dist/index.mjs"
|
main: "dist/index.mjs"
|
||||||
inputs:
|
inputs:
|
||||||
apiToken:
|
apiToken:
|
||||||
|
|
Loading…
Reference in a new issue