diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 4d55e16f..7c5278d4 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -28,7 +28,7 @@ jobs: GIT_COMMITTER_NAME: "pirate-bot" GIT_COMMITTER_EMAIL: ${{ secrets.BOT_EMAIL }} run: | - git remote add mirror "https://${{ secrets.BOT_TOKEN }}@github.com/Codeinwp/themeisle-sdk-lib" + git remote add mirror "https://${{ secrets.BOT_TOKEN }}@github.com/Codeinwp/themeisle-sdk" # Reset to a single commit with no history git checkout master