Skip to content

Commit

Permalink
Changed path, so generated file should be in
Browse files Browse the repository at this point in the history
mounted directory path
  • Loading branch information
jonasbn committed May 16, 2022
1 parent 68c3d7e commit 4b2a8b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/spelling_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,8 @@ jobs:
source_files: README.md CHANGELOG.md
task_name: Markdown

- uses: shrink/actions-docker-extract@v1
id: extract
with:
image: rojopolis/[email protected]
path: /tmp/run-report.txt

- uses: actions/upload-artifact@v3
name: Archive workflow run output
with:
name: run-report
path: ${{ steps.extract.outputs.destination }}
path: run-report.txt
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ fi

echo "----------------------------------------------------------------"

pyspelling --config $SPELLCHECK_CONFIG_FILE $TASK_NAME $SOURCES_LIST | tee /tmp/run-report.txt
pyspelling --config $SPELLCHECK_CONFIG_FILE $TASK_NAME $SOURCES_LIST | tee run-report.txt

EXITCODE=$?

Expand Down

0 comments on commit 4b2a8b1

Please sign in to comment.