From 94958b538ab7ff84762f276bda7244138186dc16 Mon Sep 17 00:00:00 2001 From: yatinappsmith <84702014+yatinappsmith@users.noreply.github.com> Date: Thu, 18 Apr 2024 16:19:27 +0530 Subject: [PATCH] CI: fix checkout for label (#32775) fix checkout for label --- .github/workflows/pr-automation.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-automation.yml b/.github/workflows/pr-automation.yml index 66dc91fade..f9f6d2736b 100644 --- a/.github/workflows/pr-automation.yml +++ b/.github/workflows/pr-automation.yml @@ -22,8 +22,9 @@ jobs: # Checkout the code in the current branch in case the workflow is called because of a branch push event - name: Checkout the head commit of the branch - if: inputs.pr == 0 uses: actions/checkout@v4 + with: + repository: appsmithorg/appsmith # Checks for ok-to-test label presence in PR - name: Check label