Skip to content

Commit

Permalink
try to remove the global flag to git config
Browse files Browse the repository at this point in the history
  • Loading branch information
mat83 committed Jun 27, 2024
1 parent 8860c4f commit d2226f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/repo-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:

- name: Checkout destination repository
run: |
git config --global user.name arduino-github
git config --global user.email github@arduino.cc
git config --global http.https://source.foundries.io/factories/arduino.extraheader "${FOUNDRIES_ACCESS_TOKEN}"
git config user.name arduino-github
git config user.email github@arduino.cc
git config http.https://source.foundries.io/factories/arduino.extraheader "${FOUNDRIES_ACCESS_TOKEN}"
git clone -b ${BRANCH_NAME} ${DESTINATION_REPOSITORY} dest-repo
env:
DESTINATION_REPOSITORY: https://source.foundries.io/factories/arduino/lmp-manifest.git
Expand Down

0 comments on commit d2226f6

Please sign in to comment.