Skip to content

Commit 8415631

Browse files
committed
Fix GH workflow to clone dsp-developers/odh-manifests fork
1 parent 462ef90 commit 8415631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/odh-manifests-PR-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Send pull-request
2424
run: |
2525
LATEST_TAG=$(git describe --tags --always --abbrev=0)
26-
REPOSITORY="opendatahub-io/odh-manifests"
26+
REPOSITORY="dsp-developers/odh-manifests"
2727
FOLDER="bin/$REPOSITORY"
2828
BRANCH_NAME="chore-update-scripts-to-$LATEST_TAG"
2929

0 commit comments

Comments
 (0)