fixing actions
This commit is contained in:
parent
eb1bb17455
commit
1a7b9d480a
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@ -40,7 +40,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git config --global user.name 'GitHub Actions'
|
git config --global user.name 'GitHub Actions'
|
||||||
git config --global user.email 'actions@github.com'
|
git config --global user.email 'actions@github.com'
|
||||||
git config --global push.autoSetupRemote true
|
|
||||||
|
|
||||||
- name: Commit and Push Changes
|
- name: Commit and Push Changes
|
||||||
run: |
|
run: |
|
||||||
@ -48,7 +47,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 origin head
|
git push --force --quiet --set-upstream origin main
|
||||||
- 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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user