Skip to content

Commit

Permalink
fix env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosqsilva committed Jan 10, 2025
1 parent 657ddcc commit 10deae1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
working-directory: ./scraper
continue-on-error: true
run: |
git config --global user.name "${GIT_NAME}"
git config --global user.email "${GIT_EMAIL}"
git config --global user.name ${{ env.GIT_NAME }}
git config --global user.email ${{ env.GIT_EMAIL }}
git add database.db
git commit -am "Automated database update"
git push
Expand Down

0 comments on commit 10deae1

Please sign in to comment.