File tree Expand file tree Collapse file tree 2 files changed +5
-24
lines changed
Expand file tree Collapse file tree 2 files changed +5
-24
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " wrangler-action " : patch
3+ ---
4+
5+ fix: Pages GitHub Deployment not triggering
Original file line number Diff line number Diff 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 ( {
You can’t perform that action at this time.
0 commit comments