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/Documentation.yml
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,9 @@ on:
22
22
required: false
23
23
type: string
24
24
localregistry:
25
-
description: 'Add local registries hosted on GitHub. Specified by providing the url (https/ssh) to the repositories as a newline (\n) seperated list.
26
-
User is responsible for setting up the necessary SSH-Keys to access the repositories if necessary.'
25
+
type: string
26
+
required: false
27
+
description: 'Add local registries hosted on GitHub. Specified by providing the url (https/ssh) to the repositories as a newline (\n) seperated list. User is responsible for setting up the necessary SSH-Keys to access the repositories if necessary.'
27
28
default: ''
28
29
self-hosted:
29
30
description: "Run the job needs on a self hosted machine"
0 commit comments