[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
This commit is contained in:
lauren
2025-03-19 18:13:06 -04:00
committed by GitHub
parent 19176e3c08
commit ff8f6f21f7

View File

@@ -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: |