Skip to content

Commit

Permalink
Fix GH workflow to clone dsp-developers/odh-manifests fork
Browse files Browse the repository at this point in the history
  • Loading branch information
DharmitD authored and HumairAK committed Aug 4, 2023
1 parent e4a89a6 commit 8ac5b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/odh-manifests-PR-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8ac5b63

Please sign in to comment.