From 75e7bb6299c0699de6f8aaa29ab5e712f7321309 Mon Sep 17 00:00:00 2001 From: Ace Date: Sat, 3 Jun 2023 17:56:38 +0200 Subject: [PATCH] fixing actions --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index de94076..faba6f3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -46,7 +46,7 @@ jobs: git init git add -A git commit -m "Update documentation" - git push --force --quiet "https://${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}" + git push --force --quiet --set-upstream https://github.com/aceinnolab/Inkycal main - name: Setup test environment and run tests env: OPENWEATHERMAP_API_KEY: ${{ secrets.OPENWEATHERMAP_API_KEY }}