diff --git a/.github/workflows/update-sources-next.yaml b/.github/workflows/update-sources-next.yaml index f1b6304f..88e21e64 100644 --- a/.github/workflows/update-sources-next.yaml +++ b/.github/workflows/update-sources-next.yaml @@ -25,7 +25,7 @@ jobs: rm -fR upstream git clone https://github.com/tektoncd-catalog/git-clone upstream pushd upstream - git checkout -B release-v1.1.x origin/release-v1.1.x + git checkout -B main origin/main popd - name: Commit new changes run: |