diff --git a/.github/workflows/odh-manifests-PR-sync.yml b/.github/workflows/odh-manifests-PR-sync.yml index b5b5b0e0e..adbc9b065 100644 --- a/.github/workflows/odh-manifests-PR-sync.yml +++ b/.github/workflows/odh-manifests-PR-sync.yml @@ -23,7 +23,7 @@ jobs: - name: Send pull-request run: | LATEST_TAG=$(git describe --tags --always --abbrev=0) - REPOSITORY="opendatahub-io/odh-manifests" + REPOSITORY="dsp-developers/odh-manifests" FOLDER="bin/$REPOSITORY" BRANCH_NAME="chore-update-scripts-to-$LATEST_TAG"