From 808b1e3de95705d219a2bb9186b11b3e1dbd2f63 Mon Sep 17 00:00:00 2001 From: CybAtax <62847599+CybAtax@users.noreply.github.com> Date: Fri, 24 May 2024 20:22:30 +0200 Subject: [PATCH] Fix workflow syntax --- .github/workflows/author-pr-assignment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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