From 67d8ef8ecf5bd5a789381e274b086defb834f685 Mon Sep 17 00:00:00 2001 From: Adam Pickering Date: Fri, 31 Jan 2025 13:57:29 -0700 Subject: [PATCH] Add `--modify-generated` to automated update run (#1104) --- .github/workflows/update-main-source.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-main-source.yml b/.github/workflows/update-main-source.yml index 9439697be0..b3d508eb93 100644 --- a/.github/workflows/update-main-source.yml +++ b/.github/workflows/update-main-source.yml @@ -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