From c5cb113f667e62ccedc1e60afc48edc8f7f2af29 Mon Sep 17 00:00:00 2001 From: Joao M Date: Fri, 2 Sep 2022 06:07:03 +0000 Subject: [PATCH] Fix github actions --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 034676d..2ad8955 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -146,6 +146,8 @@ jobs: git add . git commit -m "[skip ci] Update from $CURRENT_VERSION to $TAG" + git config user.name "$GITHUB_ACTOR CI/CD" + git config user.email "$(git log --pretty=format:'%ae' | head -n 1)" git push fi