Skip to content

Commit ab476f3

Browse files
Added the missing siteName, deployPrimeUrl, and commit inputs to syndicate-content.yml so GitHub accepts the fields netlify-plugin-github-dispatch sends when triggering workflow_dispatch.
1 parent dbac3e2 commit ab476f3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/syndicate-content.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,21 @@ on:
2222
required: false
2323
default: false
2424
type: boolean
25+
siteName:
26+
description: "Netlify site name (auto-populated)"
27+
required: false
28+
default: ""
29+
type: string
30+
deployPrimeUrl:
31+
description: "Netlify deploy preview URL"
32+
required: false
33+
default: ""
34+
type: string
35+
commit:
36+
description: "Commit SHA for the deploy"
37+
required: false
38+
default: ""
39+
type: string
2540

2641
# Scheduled backup check (runs every 30 minutes)
2742
schedule:

0 commit comments

Comments
 (0)