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
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."
15
+
default: ""
16
+
outputs:
17
+
up_to_date:
18
+
description: "If the README.md is up-to-date or not."
19
+
value: "${{ jobs.literate.outputs.up_to_date }}"
20
+
literate-diff-patch:
21
+
description: "A patch consisting of changes which can be applied to comply with literate check. Available only if `outputs.up_to_date` is `false`"
0 commit comments