diff --git a/.github/workflows/check-version.yml b/.github/workflows/check-version.yml index e28a445278..3146030f2f 100644 --- a/.github/workflows/check-version.yml +++ b/.github/workflows/check-version.yml @@ -73,7 +73,7 @@ jobs: REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | git diff - git diff | reviewdog -f=diff -reporter=github-pr-review -tee -fail-on-error=true + git diff | reviewdog -f=diff -f.diff.strip=0 -reporter=github-pr-review -tee -fail-on-error=true - name: version is incorrect, reporting if: ${{ steps.version_test.outputs.status }} == "notok" run: |