diff --git a/.github/workflows/hellow.yaml b/.github/workflows/hellow.yaml index 41a7a97..3fa9843 100644 --- a/.github/workflows/hellow.yaml +++ b/.github/workflows/hellow.yaml @@ -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"