mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2025-01-22 05:14:46 +01:00
Remove stages from pages-deploy-detailed artifact and add changeset
This commit is contained in:
parent
923db6f87f
commit
e819570b2d
2 changed files with 5 additions and 24 deletions
5
.changeset/tiny-pillows-return.md
Normal file
5
.changeset/tiny-pillows-return.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
"wrangler-action": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
fix: Pages GitHub Deployment not triggering
|
|
@ -17,30 +17,6 @@ const OutputEntryPagesDeployment = OutputEntryBase.merge(
|
||||||
// optional, added in wrangler@3.89.0
|
// optional, added in wrangler@3.89.0
|
||||||
production_branch: z.string().optional(),
|
production_branch: z.string().optional(),
|
||||||
// optional, added in wrangler@3.89.0
|
// optional, added in wrangler@3.89.0
|
||||||
stages: z
|
|
||||||
.array(
|
|
||||||
z.object({
|
|
||||||
name: z.enum([
|
|
||||||
"queued",
|
|
||||||
"initialize",
|
|
||||||
"clone_repo",
|
|
||||||
"build",
|
|
||||||
"deploy",
|
|
||||||
]),
|
|
||||||
status: z.enum([
|
|
||||||
"idle",
|
|
||||||
"active",
|
|
||||||
"canceled",
|
|
||||||
"success",
|
|
||||||
"failure",
|
|
||||||
"skipped",
|
|
||||||
]),
|
|
||||||
started_on: z.string().nullable(),
|
|
||||||
ended_on: z.string().nullable(),
|
|
||||||
}),
|
|
||||||
)
|
|
||||||
.optional(),
|
|
||||||
// optional, added in wrangler@3.89.0
|
|
||||||
deployment_trigger: z
|
deployment_trigger: z
|
||||||
.object({
|
.object({
|
||||||
metadata: z.object({
|
metadata: z.object({
|
||||||
|
|
Loading…
Reference in a new issue