Skip to content

Commit

Permalink
faster debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwi committed Sep 18, 2024
1 parent 937d34a commit cd32dd2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/actions/test-ruby/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,12 @@ runs:
bundle exec brakeman --skip-files bundle/ -q -w2 -f json > tmp/brakeman.json || exit 0
shell: bash

- name: Publish report
if: inputs.BRAKEMAN == 'true'
uses: devmasx/[email protected]
env:
GITHUB_TOKEN: ${{github.token}}
REPORT_PATH: tmp/brakeman.json
# - name: Publish report
# if: inputs.BRAKEMAN == 'true'
# uses: devmasx/[email protected]
# env:
# GITHUB_TOKEN: ${{github.token}}
# REPORT_PATH: tmp/brakeman.json

- name: Install Reviewdog
if: inputs.RUBOCOP == 'true'
Expand Down

0 comments on commit cd32dd2

Please sign in to comment.