Skip to content

Commit 9ea18e0

Browse files
committed
fixup
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
1 parent 4d146c5 commit 9ea18e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/doc-update.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ jobs:
312312
OUTPUT: "${{ steps.comment_formatter.outputs.updated-text }}"
313313
run: |
314314
mkdir -p "${{ env.artifacts_dir }}"
315-
printenv OUTPUT > "${{ env.artifacts_dir}}/${{ env.spellcheck_artifact }}"
315+
printenv OUTPUT > "${{ env.artifacts_dir}}/${{ env.markdown_artifact }}"
316316
317317
echo "### Changed markdown docs need some formatting. ⚠️" >> $GITHUB_STEP_SUMMARY
318318
echo "" >> $GITHUB_STEP_SUMMARY
@@ -381,8 +381,8 @@ jobs:
381381
echo "target_repo=${{ github.repository }}" >> "$GITHUB_OUTPUT"
382382
echo "pr_number=${{ github.event.pull_request.number }}" >> "$GITHUB_OUTPUT"
383383
echo "pr_sha=${{ github.event.pull_request.head.sha }}" >> "$GITHUB_OUTPUT"
384-
echo "artifact_name=${{ env.spelling_artifact }}" >> "$GITHUB_OUTPUT"
385-
echo "comment_title=${{ env.spelling_comment_title }}" >> "$GITHUB_OUTPUT"
384+
echo "artifact_name=${{ env.spellcheck_artifact }}" >> "$GITHUB_OUTPUT"
385+
echo "comment_title=${{ env.spellcheck_comment_title }}" >> "$GITHUB_OUTPUT"
386386
echo "reactions=hooray" >> "$GITHUB_OUTPUT"
387387
388388
- name: Upload comment as artifact

0 commit comments

Comments
 (0)