diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index cb29436..db8eee2 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -43,6 +43,4 @@ jobs: with: github_token: ${{ github.token }} - run: rm -rf ./gen && buf generate && go mod tidy - - uses: stefanzweifel/git-auto-commit-action@v4 - with: - commit_message: "update: generate new sdk" \ No newline at end of file + - uses: stefanzweifel/git-auto-commit-action@v4 \ No newline at end of file