diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 8db5438..1735c9a 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -42,13 +42,7 @@ jobs: git config --local user.name "GitHub Action" git add . git commit -m "Auto-format code" - - - name: Push Changes - if: steps.check_changes.outputs.changes == 'true' - uses: ad-m/github-push-action@master - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - branch: ${{ github.ref_name }} + git push lint: runs-on: ubuntu-latest