Skip to content

Commit

Permalink
Merge branch 'main' into mordamax-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
mordamax authored Aug 29, 2024
2 parents 61fbc49 + 0eb16d0 commit 0cb1d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ jobs:
uses: actions/github-script@v6
with:
script: |
const pr = await github.pulls.get({
const pr = await github.rest.pulls.get({
owner: context.repo.owner,
repo: context.repo.repo,
pull_number: context.issue.number,
Expand Down

0 comments on commit 0cb1d61

Please sign in to comment.