Azeez98 commited on
Commit
3caf14d
·
verified ·
1 Parent(s): 1bfaeb7

Update download_and_push.sh

Browse files
Files changed (1) hide show
  1. download_and_push.sh +2 -2
download_and_push.sh CHANGED
@@ -28,8 +28,8 @@ mv dependencies.zip /tmp/repo
28
  # Add, commit, and push the zip file
29
  cd /tmp/repo
30
  git add dependencies.zip
31
- git config --global user.email "you@example.com"
32
- git config --global user.name "Your Name"
33
  git commit -m "$COMMIT_MESSAGE"
34
  git push origin $BRANCH
35
 
 
28
  # Add, commit, and push the zip file
29
  cd /tmp/repo
30
  git add dependencies.zip
31
+ git config --global user.email "adbulazuz716111@gmail.com"
32
+ git config --global user.name "Mekhlafi98"
33
  git commit -m "$COMMIT_MESSAGE"
34
  git push origin $BRANCH
35