Skip to content

Commit

Permalink
Change for debugging (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
yknz authored Jul 21, 2024
1 parent d3a2d29 commit 6cb747c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ 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 || true
mkdir ~/tmp
git diff > ~/tmp/diff
TMPFILE=$(mktemp -p ${{runner.temp}})
git diff > "${TMPFILE}"
git stash -u && git stash drop || true

0 comments on commit 6cb747c

Please sign in to comment.