Skip to content

Commit

Permalink
Update eslint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rushi authored Sep 9, 2024
1 parent 1d71025 commit 04c0ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ 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')) }}
if: ${{ !(contains(steps.teamAffiliation.outputs.teams, 'Engineering') || contains(steps.teamAffiliation.outputs.teams.teams, 'X2 Consultants')) }}
run: |
echo "User is not in Engineering or X2 Consultants team"
echo ${{steps.teamAffiliation.outputs.teams}}
Expand Down

0 comments on commit 04c0ada

Please sign in to comment.