Skip to content
Snippets Groups Projects
Unverified Commit 2ad1103e authored by Alexander Solovyov's avatar Alexander Solovyov Committed by GitHub
Browse files

fix sending backport error message (#36635)

parent f492fbc6
Branches
Tags
No related merge requests found
......@@ -27,7 +27,7 @@ runs:
}
github.rest.issues.createComment({
issue_number: context.payload.number,
issue_number: context.payload.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment