From ff8f6f21f756c81fba284557357eb6e6ce765149 Mon Sep 17 00:00:00 2001 From: lauren Date: Wed, 19 Mar 2025 18:13:06 -0400 Subject: [PATCH] [ci] Fix Will commit these changes www step (#32681) Unlike the fbsource version of the step, www doesn't add any changes so the `force` input doesn't actually work --- .github/workflows/runtime_commit_artifacts.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/runtime_commit_artifacts.yml b/.github/workflows/runtime_commit_artifacts.yml index b645aa0d3a..b44d72730a 100644 --- a/.github/workflows/runtime_commit_artifacts.yml +++ b/.github/workflows/runtime_commit_artifacts.yml @@ -246,8 +246,8 @@ jobs: - name: Will commit these changes if: inputs.force == true || steps.check_should_commit.outputs.should_commit == 'true' run: | - echo ":" - git status -u + git add . + git status - name: Check commit message if: inputs.dry_run run: |