Skip to content

Commit

Permalink
fix: correct git local reset
Browse files Browse the repository at this point in the history
  • Loading branch information
Gray-Advantage committed Apr 10, 2024
1 parent 2d5d1af commit cd8b243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
script: |
sudo supervisorctl stop all
cd ~/datanar
git reset --hard HEAD
git reset --hard origin/main
git pull
source venv/bin/activate
pip install -r requirements/dev.txt
Expand Down

0 comments on commit cd8b243

Please sign in to comment.