From a265f105ef8a7d83fb2f36c6758c9cca21052b4f Mon Sep 17 00:00:00 2001 From: Rushi Vishavadia Date: Mon, 9 Sep 2024 15:01:15 +0530 Subject: [PATCH] Update eslint.yml --- .github/workflows/eslint.yml | 1 + 1 file changed, 1 insertion(+) 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