Skip to content

Commit e819570

Browse files
committed
Remove stages from pages-deploy-detailed artifact and add changeset
1 parent 923db6f commit e819570

File tree

2 files changed

+5
-24
lines changed

2 files changed

+5
-24
lines changed

.changeset/tiny-pillows-return.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"wrangler-action": patch
3+
---
4+
5+
fix: Pages GitHub Deployment not triggering

src/wranglerArtifactManager.ts

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -17,30 +17,6 @@ const OutputEntryPagesDeployment = OutputEntryBase.merge(
1717
// optional, added in wrangler@3.89.0
1818
production_branch: z.string().optional(),
1919
// optional, added in wrangler@3.89.0
20-
stages: z
21-
.array(
22-
z.object({
23-
name: z.enum([
24-
"queued",
25-
"initialize",
26-
"clone_repo",
27-
"build",
28-
"deploy",
29-
]),
30-
status: z.enum([
31-
"idle",
32-
"active",
33-
"canceled",
34-
"success",
35-
"failure",
36-
"skipped",
37-
]),
38-
started_on: z.string().nullable(),
39-
ended_on: z.string().nullable(),
40-
}),
41-
)
42-
.optional(),
43-
// optional, added in wrangler@3.89.0
4420
deployment_trigger: z
4521
.object({
4622
metadata: z.object({

0 commit comments

Comments
 (0)