Skip to content

Commit

Permalink
Reenabled artifact generation, the action has backwards compatibility…
Browse files Browse the repository at this point in the history
…, meaning the use is optional
  • Loading branch information
jonasbn committed May 16, 2022
1 parent fdb77e0 commit 3b68955
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/spelling_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
with:
source_files: README.md CHANGELOG.md
task_name: Markdown
#output_file: spellcheck-output.txt
output_file: spellcheck-output.txt

#- uses: actions/upload-artifact@v3
# name: Archive spellcheck output output
# with:
# name: Spellcheck artifact
# path: spellcheck-output.txt
- uses: actions/upload-artifact@v3
name: Archive spellcheck output output
with:
name: Spellcheck artifact
path: spellcheck-output.txt

0 comments on commit 3b68955

Please sign in to comment.