From: Arran Cudbard-Bell Date: Sat, 6 Mar 2021 21:57:27 +0000 (+0000) Subject: Lets see if the github actions bot will sign commits X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d5b6131ee0f22724d08be3ffd5201eb13dc3644e;p=thirdparty%2Ffreeradius-server.git Lets see if the github actions bot will sign commits --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index afb9cef3047..6c1160678f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -471,6 +471,8 @@ jobs: - name: "Merge into upstream dev branch and update local branch" run: | BRANCH=${GITHUB_REF#refs/heads/} + git config --local user.name "github-actions[bot]" + git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" git remote add upstream https://$USERNAME:$REPO_KEY@github.com/FreeRADIUS/freeradius-server.git git remote set-url origin https://$USERNAME:$REPO_KEY@github.com/$REPO_NAME git fetch --no-recurse-submodules upstream +refs/heads/*:refs/remotes/upstream/* +refs/tags/*:refs/tags/upstream/*