diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index e95268751..eba3d1567 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -39,6 +39,7 @@ jobs: if: ${{ steps.checkUserMember.outputs.isTeamMember == 'false' }} run: | echo "Hey ${{ github.actor }} you are not in a whitelisted team" + echo "${{steps.teamAffiliation.outputs.teams}}" exit 1 - uses: actions/checkout@v3