From fcfcb63367325c5fd8e3e803c800870319ffad4b Mon Sep 17 00:00:00 2001 From: Prajjwal Date: Wed, 11 Sep 2024 10:00:49 +0530 Subject: [PATCH] removes add origin --- .github/workflows/playwright.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 64259a706477e..6e35204e65b96 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -31,7 +31,6 @@ jobs: git init git config --global user.name "github-actions[bot]" git config --global user.email "github-actions[bot]@users.noreply.github.com" - git remote add origin https://github.com/${{ github.repository }}.git git fetch git checkout ${{ github.ref_name }} git pull origin ${{ github.ref_name }}