Update github repo to marcosbc/partner-charts

pull/966/head
Marcos Bjoerkelund 2024-01-12 17:51:54 +01:00
parent e1e19c33fc
commit 6a81c96ddd
No known key found for this signature in database
GPG Key ID: 91495BB8A7F9EF79
3 changed files with 4 additions and 4 deletions

2
.github/CODEOWNERS vendored
View File

@ -1 +1 @@
* @atrendafilov @nflondo @recena
* @recena @marcosbc

View File

@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v3
with:
ref: main-source # branch you want to sync
repository: nflondo/partner-charts # your forked repository URL
repository: marcosbc/partner-charts # your forked repository URL
- name: Configure Git
run: |
git config --global user.name "github-actions[bot]"

View File

@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v3
with:
ref: main-source # branch you want to sync
repository: nflondo/partner-charts # your forked repository URL
repository: marcosbc/partner-charts # your forked repository URL
- name: Configure Git
run: |
git config --global user.name "github-actions[bot]"
@ -33,7 +33,7 @@ jobs:
# uses: actions/checkout@v3
# with:
# ref: main # branch you want to sync
# repository: nflondo/partner-charts # your forked repository URL
# repository: marcosbc/partner-charts # your forked repository URL
# - name: Fetch upstream changes for main branch
# run: |
# git remote add upstream https://github.com/rancher/partner-charts.git # URL of upstream repository