Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
suchak1 committed May 30, 2024
1 parent 67def2c commit 6a68a36
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 6a68a36

Please sign in to comment.