Skip to content

Commit

Permalink
Fixing failed (404 Not found) 'gh repo sync' since it was trying to f…
Browse files Browse the repository at this point in the history
…ork 'network-operator' instead of 'network-operator-docs' repo
  • Loading branch information
heyvister1 committed Nov 3, 2024
1 parent 53f0ef0 commit 6c3d59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
git config user.name nvidia-ci-cd
git config user.email [email protected]
gh repo fork --remote --default-branch-only
gh repo sync $DOWNSTREAM_REPO_OWNER/${{ github.event.repository.name }} --source $UPSTREAM_REPO_OWNER/${{ github.event.repository.name }} --branch $UPSTREAM_DEFAULT_BRANCH
gh repo sync $DOWNSTREAM_REPO_OWNER/network-operator-docs --source $UPSTREAM_REPO_OWNER/${{ github.event.repository.name }} --branch $UPSTREAM_DEFAULT_BRANCH
git checkout -b $DOWNSTREAM_FEATURE_BRANCH
git status
Expand Down

0 comments on commit 6c3d59a

Please sign in to comment.