diff --git a/.github/workflows/update-to-the-upstream.yml b/.github/workflows/update-to-the-upstream.yml index 1a692a7b9..717944993 100644 --- a/.github/workflows/update-to-the-upstream.yml +++ b/.github/workflows/update-to-the-upstream.yml @@ -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