testing approach
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index cabbdd1..b2fe23d 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -116,7 +116,7 @@
         run: |
           mkdir ../$BRANCH_PAGE
           cd ../$BRANCH_PAGE
-          git clone --depth 50 --branch $BRANCH_PAGE $REPO_URL
+          git clone --depth 50 --branch $BRANCH_PAGE $(git remote get-url origin)
 
       - name: Delete the old file that it was not gerenated
         run: |