Skip to content

Commit

Permalink
action.yml: add extra logging
Browse files Browse the repository at this point in the history
  • Loading branch information
thypon committed May 8, 2024
1 parent fd89ecb commit 0e1da55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ runs:
with:
script: |
const { execSync } = require('child_process')
execSync('${{ github.action_path }}/assets/reviewdog.sh', {env: {...process.env, GITHUB_BASE_REF: ''}})
console.log(execSync('${{ github.action_path }}/assets/reviewdog.sh', {env: {...process.env, GITHUB_BASE_REF: ''}}).toString())
- id: comments-after
if: ${{ steps.reviewdog-enabled-pr.outputs.result == 'true' }}
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
Expand Down

0 comments on commit 0e1da55

Please sign in to comment.