Skip to content

Commit

Permalink
add credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
racicLuka committed Apr 24, 2024
1 parent 30eb2f7 commit 5b63ba1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sync-weblate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
done
for ((i=0; i<=${#MISSING_COMMITS[@]}; ++i)); do
git checkout ${MISSING_BRANCHES[$i]}
git config --global user.email "luka.racic@checkmk.com"
git config --global user.name "racicLuka"
git cherry-pick ${MISSING_COMMITS[$i]}
done
git push origin $OTHER_BRANCHES

0 comments on commit 5b63ba1

Please sign in to comment.