Skip to content

Commit

Permalink
changes to the github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
biplovbhandari committed Nov 1, 2023
1 parent e015ae2 commit 74400e3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/sync-ee-repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,13 @@ jobs:
# Pull the latest changes from the external GEE_REPO
git pull https://earthengine.googlesource.com/${GEE_REPO} master --allow-unrelated-histories || bash -c "git checkout --theirs . ; git add -u ; git commit -m 'autoMerge'"
# Push the changes back to the external GEE_REPO if there were any; ideally this won't change anything
git push https://earthengine.googlesource.com/${GEE_REPO} master
echo "ls -la"
# git push https://earthengine.googlesource.com/${GEE_REPO} master
# Commit any changes that were pulled into gee-repo
git add .
git commit -m "Update gee-repo with latest changes from GEE_REPO"
# Push the commit to the main GitHub repository
git push origin HEAD:main

0 comments on commit 74400e3

Please sign in to comment.