File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments