Skip to content

Commit

Permalink
Fix workflow formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
thevahidal committed Dec 28, 2023
1 parent 7d610dd commit 74a5381
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/hellow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- run: poetry install
- run: poetry run python script.py
- run: |
git add -A
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git commit -m 'Deploy'
git push
git add -A
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git commit -m 'Deploy'
git push

0 comments on commit 74a5381

Please sign in to comment.