]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Lets see if the github actions bot will sign commits
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 6 Mar 2021 21:57:27 +0000 (21:57 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 7 Mar 2021 23:01:35 +0000 (23:01 +0000)
.github/workflows/ci.yml

index afb9cef30476b83c6d45ae5910feaead394b5b55..6c1160678f7aa716ed6b3e666156953246c52ed6 100644 (file)
@@ -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/*