From 148ca16030ec3ff2b312e1e1ba80402f37d4f15c Mon Sep 17 00:00:00 2001 From: Ace Date: Sat, 3 Jun 2023 18:24:12 +0200 Subject: [PATCH] fixing actions --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e0fe2da..c348092 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -48,7 +48,8 @@ jobs: git init git add -A git commit -m "Update documentation" - git push --force --quiet origin + cd .. + git push --force --quiet --set-upstream origin main - name: Setup test environment and run tests env: OPENWEATHERMAP_API_KEY: ${{ secrets.OPENWEATHERMAP_API_KEY }}