Skip to content

Commit 2570bcc

Browse files
authored
Fix LiterateCheck action
1 parent 202b041 commit 2570bcc

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.github/workflows/LiterateCheck.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,17 @@ on:
99
required: false
1010
type: string
1111
localregistry:
12-
description: 'Add local registries hosted on GitHub. Specified by providing the url (https/ssh) to the repositories as a newline (\n) seperated list.
13-
User is responsible for setting up the necessary SSH-Keys to access the repositories if necessary.'
14-
default: ''
15-
outputs:
16-
up_to_date:
17-
description: "If the README.md is up-to-date or not."
18-
value: "${{ jobs.literate.outputs.up_to_date }}"
19-
literate-diff-patch:
20-
description: "A patch consisting of changes which can be applied to comply with literate check. Available only if `outputs.up_to_date` is `false`"
21-
value: "${{ jobs.literate.outputs.literate_changes }}"
12+
type: string
13+
required: false
14+
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`"
22+
value: "${{ jobs.literate.outputs.literate_changes }}"
2223

2324
concurrency:
2425
group: "${{ github.run_id || github.ref }}:${{ github.workflow }}"

0 commit comments

Comments
 (0)