Skip to content

Commit fc3ea75

Browse files
committed
fixup
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
1 parent b3db6f1 commit fc3ea75

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/doc-update.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,16 @@ permissions:
3434
contents: read
3535

3636
env:
37+
artifacts_dir: artifacts
38+
3739
markdown_comment_title: Markdown linter
3840
markdown_config: '.github/.markdownlint.yml'
3941
markdown_artifact: markdown_comment.txt
4042

4143
spellcheck_comment_title: Markdown spelling check
42-
spellcheck_artifact: spellcheck_comment.txt
4344
spellcheck_config: .github/.spellcheck.yml
4445
spellcheck_dict: .github/.wordlist.txt
46+
spellcheck_artifact: spellcheck_comment.txt
4547

4648
jobs:
4749
markdown-changed:

0 commit comments

Comments
 (0)