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 b26a5e7 commit fffeed2
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/sync-ee-repo.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: pull from GEE
name: sync gee repo

on:
# Allows you to run this workflow manually from the Actions tab
Expand All @@ -22,13 +22,12 @@ jobs:
- name: config git
run: |
git config http.cookiefile ~/.gitcookies
git config http.postBuffer 157286400
git config user.email "[email protected]"
git config user.name "githubActionAutoMerge"
git config pull.rebase false
git config --global http.cookiefile ~/.gitcookies
git config --global user.email "[email protected]"
git config --global user.name "githubActionAutoMerge"
git config --global pull.rebase false
- name: mirror the gee git repo
- name: sync gee git repo
env:
GEE_REPO: ${{ secrets.GEE_REPO }}
run: |
Expand Down

0 comments on commit fffeed2

Please sign in to comment.