Skip to content

Commit

Permalink
ci: configure git properly
Browse files Browse the repository at this point in the history
  • Loading branch information
dmke committed Nov 4, 2024
1 parent 23ff128 commit dc87bbd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
exit 0
fi
git config --global user.email "$(echo -n 'aW5mcmFzdHJ1Y3R1cmUK' | base64 -d)@digineo.de"
git config --global user.name "Digineo Bot"
week=$(date +%GW%V)
branch="chore/update-$week"
git checkout -b $branch
Expand Down

0 comments on commit dc87bbd

Please sign in to comment.