Skip to content

Commit 1f18a8a

Browse files
committed
chore: add debug info for permission check
1 parent 056b361 commit 1f18a8a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,11 @@ jobs:
2222
id: permissions
2323
with:
2424
username: ${{ github.actor }}
25-
organization: exadel-inc
2625
team: esl-core-maintainers
2726
GITHUB_TOKEN: ${{ secrets.PERMISSION_CHECK_TOKEN }}
2827

2928
- name: Debug
30-
run: echo ${{ steps.permissions.outputs }}
29+
run: echo ${{ toJSON(steps.permissions.outputs) }}
3130

3231
- if: ${{ steps.permissions.outputs.isTeamMember == 'false' }}
3332
run: exit 1

0 commit comments

Comments
 (0)