Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
heyvister1 committed Oct 31, 2024
1 parent 9ba5dbd commit 84a1905
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/docs-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
git_tag:
type: string
description: The git tag (version) from the calling workflow
required: true
required: false
token:
type: string
description: The github token
Expand All @@ -16,6 +16,10 @@ on:
git_tag:
type: string
description: The git tag (version) to use for `$TAG`
required: false
token:
type: string
description: The github token
required: true

jobs:
Expand Down Expand Up @@ -44,14 +48,14 @@ jobs:
done
- name: Create PR
env:
DOWNSTREAM_REPO_OWNER: nvidia-ci-cd
DOWNSTREAM_REPO_OWNER: 'Ido Heyvi'
DOWNSTREAM_FEATURE_BRANCH: update-docs-for-${{ env.TAG }}
UPSTREAM_REPO_OWNER: Mellanox
UPSTREAM_REPO_OWNER: 'Ido Heyvi'
UPSTREAM_DEFAULT_BRANCH: main
COMMIT_MESSAGE: ${{ env.PR_TITLE_PREFIX }} ${{ env.TAG }}
run: |
git config user.name nvidia-ci-cd
git config user.email svc-cloud-orch-gh@nvidia.com
git config user.name 'Ido Heyvi'
git config user.email iheyvi@nvidia.com
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
Expand Down

0 comments on commit 84a1905

Please sign in to comment.