Skip to content

Commit

Permalink
print context
Browse files Browse the repository at this point in the history
  • Loading branch information
suchak1 committed May 30, 2024
1 parent 6a68a36 commit 7b43b9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
uses: actions/github-script@v7
with:
script: |
console.log('context', context);
const org = context.repo.owner;
console.log('org', org);
const team_slug = "${{ env.MAINTAINER_TEAM }}";
Expand Down

0 comments on commit 7b43b9c

Please sign in to comment.