Skip to content

Commit

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

0 comments on commit d349665

Please sign in to comment.