diff --git a/.github/workflows/armbian.yml b/.github/workflows/armbian.yml index 088be9a818..329064ee06 100644 --- a/.github/workflows/armbian.yml +++ b/.github/workflows/armbian.yml @@ -43,6 +43,8 @@ jobs: git clone -b "$branch" "https://github.com/$owner/build" [ '${{ github.event.inputs.rebase }}' == 'false' ] && exit 0 || : cd build + git config user.name "$GITHUB_REPOSITORY_OWNER" + git config user.email '${{ github.repository.owner.email }}' if [ "$owner" != 'MichaIng' ] then git remote add dietpi https://github.com/MichaIng/build