Skip to content

Commit

Permalink
timer install phase
Browse files Browse the repository at this point in the history
  • Loading branch information
thypon committed May 21, 2024
1 parent b868b8f commit d58593a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down Expand Up @@ -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) }}
Expand Down

0 comments on commit d58593a

Please sign in to comment.