From 7120b4a00d1d005f7486746ecf9a369c07f23b16 Mon Sep 17 00:00:00 2001 From: kamal-devtron <128121299+kamal-devtron@users.noreply.github.com> Date: Tue, 22 Aug 2023 10:50:29 +0530 Subject: [PATCH] Update another.yaml --- .github/workflows/another.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/another.yaml b/.github/workflows/another.yaml index 8baec92..32cd274 100644 --- a/.github/workflows/another.yaml +++ b/.github/workflows/another.yaml @@ -28,7 +28,7 @@ jobs: # Clone the target repository git clone --depth=1 https://github.com/kamal-devtron/testing.git testing - cd target-repo + cd testing # Fetch the new branch from the source repository git fetch --no-tags origin $TARGET_BRANCH_NAME:$TARGET_BRANCH_NAME