diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0b0dcbf..199b680 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,14 +19,12 @@ jobs: - name: Commit and push changes run: | - git config --global user.name 'GitHub Actions' - git config --global user.email 'actions@github.com' - git add . - git commit -m "Update free games list" || echo "No changes to commit" - git push || echo "No changes to push" - - git config --global user.name 'GitHub Actions' - git config --global user.email 'actions@github.com' - git add . - git commit -m "Update free games list" || echo "No changes to commit" - git push https://${{ secrets.GITHUB_TOKEN }}@github.com/Lifailon/egapi.git || echo "No changes to push" + - name: Commit and push changes + run: | + git config --global user.name 'GitHub Actions' + git config --global user.email 'actions@github.com' + git add . + git commit -m "Update free games list" || echo "No changes to commit" + git push + +# git push https://${{ secrets.GITHUB_TOKEN }}@github.com/Lifailon/egapi.git || echo "No changes to push"