From c692d505084544902148bade683b0805e08acfa3 Mon Sep 17 00:00:00 2001 From: matt abrams <37156449+zuchka@users.noreply.github.com> Date: Fri, 10 Nov 2023 14:12:18 -1000 Subject: [PATCH] Zuchka/add new action (#380) * 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 --- .github/workflows/external-contributors.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/external-contributors.yml b/.github/workflows/external-contributors.yml index 028961566..77403fbc7 100644 --- a/.github/workflows/external-contributors.yml +++ b/.github/workflows/external-contributors.yml @@ -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 \ No newline at end of file + run: echo User Does Not Belong to testorg. result = ${{ steps.is_organization_member.outputs.result}} \ No newline at end of file