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 27f5a42 commit e015ae2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/sync-ee-repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,9 @@ jobs:
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
- name: commit gee-repo changes
run: |
cd gee-repo
echo "ls -la"
# Commit any changes that were pulled into gee-repo
git add .
git commit -m "Update gee-repo with latest changes from GEE_REPO"
- name: push changes to GitHub
run: |
# Push the commit to the main GitHub repository
git push origin HEAD:main
1 change: 0 additions & 1 deletion gee-repo
Submodule gee-repo deleted from e7c0bd

0 comments on commit e015ae2

Please sign in to comment.