From 8effe98ef9f433dde15804b22c7d701a316cdf45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edouard=20Choini=C3=A8re?= <27212526+echoix@users.noreply.github.com> Date: Sat, 8 Apr 2023 11:44:56 -0400 Subject: [PATCH] Update slash-command-dispatch.yml --- .github/workflows/slash-command-dispatch.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/slash-command-dispatch.yml b/.github/workflows/slash-command-dispatch.yml index 2b9d164b8f7..a7f8f464a14 100644 --- a/.github/workflows/slash-command-dispatch.yml +++ b/.github/workflows/slash-command-dispatch.yml @@ -48,7 +48,8 @@ jobs: comment-id=${{ github.event.comment.id }} issue-number=${{ github.event.issue.number }} actor=${{ github.actor }} - checkout-ref=${{ steps.comment-branch.outputs.head_ref }} + checkout-ref=${{ steps.get-pr.outputs.head.ref }} + checkout-repository=${{ steps.get-pr.outputs.head.repo.full_name }} - name: Edit comment with error message if: steps.scd.outputs.error-message uses: peter-evans/create-or-update-comment@v2