From 36f46bc93c129419574680d60966aeec43515353 Mon Sep 17 00:00:00 2001 From: Ayush Tiwari Date: Fri, 13 Oct 2023 02:44:27 +0530 Subject: [PATCH] BI:29 updated reference of Check for Divergence job --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 3c4d101..b1f4a78 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -72,7 +72,7 @@ jobs: - name: Check for Divergence run: | - BASE=$(git rev-parse main) + BASE=$(git rev-parse origin/main) HEAD=$(git rev-parse HEAD) if [ $BASE != $HEAD ]; then echo "PR is not up to date with the main branch."