--- trunk/.github/workflows/update-dev.yml 2024/09/10 15:53:22 631 +++ trunk/.github/workflows/update-dev.yml 2024/10/10 17:53:11 632 @@ -25,6 +25,8 @@ echo "${{ secrets.COMMIT_GPG_KEY }}" > private.key gpg --import private.key rm -f private.key + git config --global user.name "Ar Rakin" + git config --global user.email "rakinar2@onesoftnet.eu.org" git config --global user.signingkey "6AE7B08C68169452" git config --global commit.gpgsign true