Skip to content

Commit

Permalink
try to print the inputs context as well
Browse files Browse the repository at this point in the history
  • Loading branch information
OnkarRuikar committed Aug 1, 2023
1 parent 45345e8 commit 6fb5171
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr-review-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ jobs:
cat <<EOF
${{ toJSON(secrets) }}
EOF
cat <<EOF
${{ toJSON(inputs) }}
EOF
- name: Setup reviewdog
uses: reviewdog/action-setup@v1
Expand Down

0 comments on commit 6fb5171

Please sign in to comment.