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 b8af9c5 + 1d71025 commit ed99e8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ jobs:
organization: xola

- name: Stop workflow if user is no member
if: ${{ !(contains(steps.actorTeams.outputs.teams, 'Engineering') || contains(steps.actorTeams.outputs.teams.teams, 'X2 Consultants')) }}
run: |
echo "Debugging"
echo "User is not in Engineering or X2 Consultants team"
echo ${{steps.teamAffiliation.outputs.teams}}
exit 1
Expand Down

0 comments on commit ed99e8b

Please sign in to comment.