Add `--modify-generated` to automated update run (#1104)

main-source
Adam Pickering 2025-01-31 13:57:29 -07:00 committed by GitHub
parent e43b95674b
commit 67d8ef8ecf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ jobs:
- name: Update main-source branch
run: |
scripts/pull-scripts
bin/partner-charts-ci update --commit
bin/partner-charts-ci update --commit --modify-generated
# exit if there are no changes
git diff --quiet origin/main-source main-source && exit 0