Skip to content

Commit

Permalink
Fix automatic-rebase.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
na4zagin3 authored Oct 23, 2023
1 parent 4e5fee6 commit fc0a079
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/automatic-rebase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
if: failure()
with:
script: |
github.issues.createComment({
issue_number: context.issue.number,
github.pulls.createComment({
pull_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: `
Expand Down

0 comments on commit fc0a079

Please sign in to comment.