From 1a7b9d480ab071b8c8c1b7de0d8efc0665f0ec5f Mon Sep 17 00:00:00 2001 From: Ace Date: Sat, 3 Jun 2023 18:13:25 +0200 Subject: [PATCH] fixing actions --- .github/workflows/tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cb91f4f..b8314cd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,7 +40,6 @@ jobs: run: | git config --global user.name 'GitHub Actions' git config --global user.email 'actions@github.com' - git config --global push.autoSetupRemote true - name: Commit and Push Changes run: | @@ -48,7 +47,7 @@ jobs: git init git add -A git commit -m "Update documentation" - git push --force --quiet origin head + git push --force --quiet --set-upstream origin main - name: Setup test environment and run tests env: OPENWEATHERMAP_API_KEY: ${{ secrets.OPENWEATHERMAP_API_KEY }}