Skip to content

Commit

Permalink
Add --modify-generated to automated update run (#1104)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkpickering authored Jan 31, 2025
1 parent e43b956 commit 67d8ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-main-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 67d8ef8

Please sign in to comment.