diff --git a/.github/workflows/sync-proxy.yml b/.github/workflows/sync-proxy.yml index 696a48b52daf2..a213b8ddbb67d 100644 --- a/.github/workflows/sync-proxy.yml +++ b/.github/workflows/sync-proxy.yml @@ -113,7 +113,7 @@ jobs: echo echo "Release notes: $URL" ) >"$RUNNER_TEMP"/commit.txt - git commit -F "$RUNNER_TEMP"/commit.txt + git commit --signoff -F "$RUNNER_TEMP"/commit.txt git push origin bot/sync-proxy/"$VERSION" - env: GH_REPO: ${{ github.repository }}