diff --git a/.github/workflows/author-pr-assignment.yml b/.github/workflows/author-pr-assignment.yml index 975d5a2..1d07206 100644 --- a/.github/workflows/author-pr-assignment.yml +++ b/.github/workflows/author-pr-assignment.yml @@ -28,4 +28,4 @@ jobs: }); core.debug(JSON.stringify(result)); - core.info(`@{author} has been assigned to the pull request: #${contxt.issue.number}`); \ No newline at end of file + core.info(`@{author} has been assigned to the pull request: #${context.issue.number}`); \ No newline at end of file