Skip to content

Commit

Permalink
Zuchka/add new action (#380)
Browse files Browse the repository at this point in the history
* first draft of new action to track external contribs

* tweak of new action to track external contribs

* tweak of new action to track external contribs

---------

Co-authored-by: zuchka <zuchka@zuchkas-MacBook-Pro.local>
  • Loading branch information
zuchka and zuchka authored Nov 11, 2023
1 parent 95bcdaa commit c692d50
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/external-contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,4 @@ jobs:
- name: Create Comment for external
if: |
${{ steps.is_organization_member.outputs.result == 'false' }}
run: echo User Does Not Belong to testorg
- name: Create Comment for internal
if: |
${{ steps.is_organization_member.outputs.result == 'true' }}
run: echo User Belongs to testorg
run: echo User Does Not Belong to testorg. result = ${{ steps.is_organization_member.outputs.result}}

0 comments on commit c692d50

Please sign in to comment.