Skip to content

Commit

Permalink
Update workflow generate stage
Browse files Browse the repository at this point in the history
  • Loading branch information
thevahidal committed Dec 28, 2023
1 parent 74a5381 commit f588d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hellow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
cache: "poetry"

- run: poetry install
- run: poetry run python script.py
- run: |
poetry run python script.py
git add -A
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
Expand Down

0 comments on commit f588d66

Please sign in to comment.