From 2547ab8119fe89646a2036d2ece4c526f85f6825 Mon Sep 17 00:00:00 2001 From: openshift-pipelines-bot Date: Mon, 13 Oct 2025 09:04:49 +0000 Subject: [PATCH] [bot:main] update konflux configuration --- .github/workflows/update-sources-next.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |