There was an error while loading. Please reload this page.
1 parent 056b361 commit 1f18a8aCopy full SHA for 1f18a8a
1 file changed
.github/workflows/release.yml
@@ -22,12 +22,11 @@ jobs:
22
id: permissions
23
with:
24
username: ${{ github.actor }}
25
- organization: exadel-inc
26
team: esl-core-maintainers
27
GITHUB_TOKEN: ${{ secrets.PERMISSION_CHECK_TOKEN }}
28
29
- name: Debug
30
- run: echo ${{ steps.permissions.outputs }}
+ run: echo ${{ toJSON(steps.permissions.outputs) }}
31
32
- if: ${{ steps.permissions.outputs.isTeamMember == 'false' }}
33
run: exit 1
0 commit comments