Skip to content

Commit

Permalink
Change tmp directory
Browse files Browse the repository at this point in the history
  • Loading branch information
yknz committed Jul 21, 2024
1 parent 57c204a commit 77b000c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ jobs:
run: |
git diff -z --diff-filter=ACMR --name-only origin/${{github.base_ref}} HEAD \
| xargs -0 ${{ steps.detect-package-manager.outputs.runner }} textlint --fix
TMPFILE=$(mktemp -p ${{runner.temp}})
mkdir ~/tmp
TMPFILE=$(mktemp -p ~/tmp)
git diff > "${TMPFILE}"
git stash -u && git stash drop || true
Expand Down

0 comments on commit 77b000c

Please sign in to comment.