Skip to content

Commit 9ce2a3a

Browse files
authored
Merge pull request opendatahub-io#257 from DharmitD/odh-pr-fix
Fix GH workflow to clone dsp-developers/odh-manifests fork
2 parents 462ef90 + 8415631 commit 9ce2a3a

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)