From 3b3ded7c492f7852490d7b7296ed023f2db8db65 Mon Sep 17 00:00:00 2001 From: Margen67 Date: Wed, 7 Jun 2023 03:36:50 -0700 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 193c437..d8b172e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -46,10 +46,10 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - git remote add remote https://github.com/${{ github.repository }}.git + git remote add fork https://github.com/${{ github.repository }}.git git pull - git remote -v - git branch -a + #git remote -v + #git branch -a git reset --hard origin/wiki git push -f # - name: test