Skip to content

Commit

Permalink
Merge branch 'actions-debug' into debug-XS-30
Browse files Browse the repository at this point in the history
  • Loading branch information
rushi authored Sep 9, 2024
2 parents d67c408 + ca16bd7 commit e3f41ff
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,9 @@ jobs:
organization: xola
team: 'Engineering_,X2 Consultants_'

- name: Stop workflow if user is no member
if: ${{ steps.checkUserMember.outputs.isTeamMember == 'false' }}
- if: ${{ steps.checkUserMember.outputs.isTeamMember == 'false' }}
run: |
echo "Hey ${{ github.actor }} you are not in a whitelisted team"
echo "Your Teams: ${{steps.checkUserMember.outputs.teams}} <"
exit 1
- uses: actions/checkout@v3
Expand Down

0 comments on commit e3f41ff

Please sign in to comment.