diff --git a/.github/workflows/hellow.yaml b/.github/workflows/hellow.yaml index aafd9c5..41a7a97 100644 --- a/.github/workflows/hellow.yaml +++ b/.github/workflows/hellow.yaml @@ -18,8 +18,8 @@ jobs: - run: poetry install - run: poetry run python script.py - run: | - git add -A - git config --local user.email "action@github.com" - git config --local user.name "GitHub Action" - git commit -m 'Deploy' - git push + git add -A + git config --local user.email "action@github.com" + git config --local user.name "GitHub Action" + git commit -m 'Deploy' + git push