Skip to content

Commit

Permalink
fixing actions
Browse files Browse the repository at this point in the history
  • Loading branch information
aceisace committed Jun 3, 2023
1 parent eb1bb17 commit 1a7b9d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,14 @@ jobs:
run: |
git config --global user.name 'GitHub Actions'
git config --global user.email '[email protected]'
git config --global push.autoSetupRemote true
- name: Commit and Push Changes
run: |
cd docs/
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 }}
Expand Down

0 comments on commit 1a7b9d4

Please sign in to comment.