From 6a68a3659b80f578872e0cafb8a06b216b2c34f5 Mon Sep 17 00:00:00 2001 From: Krish Suchak Date: Thu, 30 May 2024 14:53:00 -0400 Subject: [PATCH] comment --- .github/workflows/release.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 79290743..2d4e07fd 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -43,16 +43,16 @@ jobs: team_slug, username, }) - # if (response.data.state === 'active') { - # console.log(`${username} is a member of the team ${team_slug}.`); - # } else { - # console.log(`${username} is not an active member of the team ${team_slug}.`); - # core.setFailed(`${username} is not an active member of the team ${team_slug}.`); - # } - # } catch(error) { - # console.log(`Error checking membership: ${error}`); - # core.setFailed(`Error checking membership: ${error}`); - # } + // if (response.data.state === 'active') { + // console.log(`${username} is a member of the team ${team_slug}.`); + // } else { + // console.log(`${username} is not an active member of the team ${team_slug}.`); + // core.setFailed(`${username} is not an active member of the team ${team_slug}.`); + // } + // } catch(error) { + // console.log(`Error checking membership: ${error}`); + // core.setFailed(`Error checking membership: ${error}`); + // } console.log(data); } catch (error) { console.error(error);