Skip to content

Commit

Permalink
v9.4 (#7053)
Browse files Browse the repository at this point in the history
- CI | Armbian: Set Git user and email to repo owner name and email
  • Loading branch information
MichaIng authored May 2, 2024
1 parent 7b6a556 commit 3dedf40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/armbian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3dedf40

Please sign in to comment.