Skip to content

Commit

Permalink
fix syntax?
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Aug 19, 2024
1 parent 571d98a commit 287e123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/genai-commander.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
script: |
const { owner, repo } = context.repo;
const username = context.payload.comment.user.login;
const permissions = await github.rest.repos.getCollaboratorPermissionLevel({
const permissions = await github.repos.getCollaboratorPermissionLevel({
owner,
repo,
username
Expand Down

0 comments on commit 287e123

Please sign in to comment.