diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a14c188..30c19a6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,8 @@ jobs: pip install requests colorama pyyaml - run: python instances.py - run: | - git config --local user.email "action@github.com" --local user.name "GitHub Action" + git config --local user.email "action@github.com" + git config --local user.name "GitHub Action" git add -A git commit -m "Update instances" -a || : - uses: ad-m/github-push-action@v0.6.0