You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/reportBrokenPlugins.yml
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,14 @@ on:
14
14
type: string
15
15
description: "Webhook URL that the report will be posted to. This will be visible for everyone, so DO NOT pass sensitive webhooks like discord webhook. This is meant to be used by Venbot."
16
16
required: false
17
-
# schedule:
18
-
# # Every day at midnight
19
-
# - cron: 0 0 * * *
17
+
repository:
18
+
type: string
19
+
description: Repository to test patches on
20
+
required: false
21
+
ref:
22
+
type: string
23
+
description: "Git reference to test patches on. This can be a branch, tag, or commit SHA."
0 commit comments