Skip to content

Commit

Permalink
Test with artifact archiving disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbn committed May 16, 2022
1 parent 5a23f11 commit 7ad937f
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 7ad937f

Please sign in to comment.