diff --git a/action.yml b/action.yml index 70eec3a8..9cf2d80a 100644 --- a/action.yml +++ b/action.yml @@ -107,7 +107,7 @@ runs: id: reviewdog-enabled uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 with: - script: return false + script: return true # REVIEWDOG Steps # REVIEWDOG Setup - if: ${{ steps.reviewdog-enabled.outputs.result == 'true' }} @@ -144,6 +144,7 @@ runs: - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 with: script: | + return false const actionPath = '${{ github.action_path }}' const inputs = ${{ toJson(inputs) }} const steps = ${{ toJson(steps) }}