Merge pull request #828 from nflondo/main-source

Adding pull to daily.yaml
pull/829/head^2
alex-isv 2023-07-14 11:02:07 -06:00 committed by GitHub
commit 38091f7b32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -54,7 +54,8 @@ jobs:
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global pull.rebase false # merge (this is the default)
scripts/pull-ci-scripts
bin/partner-charts-ci auto
bin/partner-charts-ci auto
git pull origin main-source
git push origin main-source
- name: Update main branch
run: |