fixing actions
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -46,7 +46,7 @@ jobs:
|
|||||||
git init
|
git init
|
||||||
git add -A
|
git add -A
|
||||||
git commit -m "Update documentation"
|
git commit -m "Update documentation"
|
||||||
git push --force --quiet --set-upstream https://github.com/aceinnolab/Inkycal main
|
git push --force --quiet --set-upstream origin HEAD
|
||||||
- name: Setup test environment and run tests
|
- name: Setup test environment and run tests
|
||||||
env:
|
env:
|
||||||
OPENWEATHERMAP_API_KEY: ${{ secrets.OPENWEATHERMAP_API_KEY }}
|
OPENWEATHERMAP_API_KEY: ${{ secrets.OPENWEATHERMAP_API_KEY }}
|
||||||
|
Reference in New Issue
Block a user