From 625c61009f289498eb1f82e45d96d7cdc0ddf40e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=80=E7=BA=BF=E7=81=B5?= Date: Thu, 9 Jun 2022 17:02:41 +0800 Subject: [PATCH] Update genbindings-ci.yml perform pull before push --- .github/workflows/genbindings-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/genbindings-ci.yml b/.github/workflows/genbindings-ci.yml index 1d15539a33..53c57fe06b 100644 --- a/.github/workflows/genbindings-ci.yml +++ b/.github/workflows/genbindings-ci.yml @@ -31,10 +31,11 @@ jobs: run: tools\win-ci\genbindings.ps1 - name: Commit genbindings changes - uses: EndBug/add-and-commit@v7.5.0 + uses: EndBug/add-and-commit@v9.0.0 with: + pull: '--rebase' committer_name: GitHub Actions committer_email: 41898282+github-actions[bot]@users.noreply.github.com - message: 'Committing genbindings changes [skip ci]' + message: 'Committing genbindings changes' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}