Skip to content

Commit

Permalink
Update sync.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Adityasinh-Sodha authored Dec 31, 2024
1 parent 3a2b388 commit 5f84423
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
with:
fetch-depth: 0

- name: Set Git User Info
run: |
git config --global user.email "[email protected]"
git config --global user.name "Adityasinh-Sodha"
- name: Unshallow Clone (if needed)
run: |
if [ -f .git/shallow ]; then
Expand All @@ -36,4 +41,3 @@ jobs:
GITLAB_TOKEN: ${{ secrets.GITLAB }}
run: |
git push gitlab main
git push gitlab --tags

0 comments on commit 5f84423

Please sign in to comment.