Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
Stop using fetch --unshallow.
Browse files Browse the repository at this point in the history
Signed-off-by: Masaki Muranaka <[email protected]>
  • Loading branch information
monaka committed Mar 14, 2020
1 parent d0a8de7 commit 3af8968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-to-the-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: merge-push
run: |
git remote add up https://github.com/eclipse/che-devfile-registry.git
git fetch --all --unshallow
git fetch --all
git checkout -b prp-update-to-the-upstream
git merge up/master -m 'Update to the upstream.'
- name: Push changes
Expand Down

0 comments on commit 3af8968

Please sign in to comment.