Skip to content

Commit

Permalink
try to print the context
Browse files Browse the repository at this point in the history
  • Loading branch information
OnkarRuikar committed Aug 1, 2023
1 parent d349665 commit 45345e8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pr-review-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,9 @@ jobs:
run: |
echo GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
echo REVIEW_TOKEN=${{ secrets.PR_REVIEW_PAT }}
echo secrets context "$SECRETS_CONTEXT"
echo inputs context "$INPUTS_CONTEXT"
cat <<EOF
${{ toJSON(secrets) }}
EOF
- name: Setup reviewdog
uses: reviewdog/action-setup@v1
Expand Down

0 comments on commit 45345e8

Please sign in to comment.