mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-22 01:53:24 +01:00
Update action.yml
This commit is contained in:
parent
416205365a
commit
4d6d6abfb4
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ 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"
|
using: "node20"
|
||||||
main: "dist/index.mjs"
|
main: "dist/index.mjs"
|
||||||
inputs:
|
inputs:
|
||||||
apiToken:
|
apiToken:
|
||||||
|
|
Loading…
Reference in a new issue