[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
lauren committed
Mar 19, 2025 at 18:13 UTC
ff8f6f21f756c81fba284557357eb6e6ce765149
1 file changed
+2
-2
.github/workflows/runtime_commit_artifacts.yml
+2
-2
@@ -246,8 +246,8 @@ jobs:
246
- name: Will commit these changes
247
if: inputs.force == true || steps.check_should_commit.outputs.should_commit == 'true'
248
run: |
249
- echo ":"
250
- git status -u
249
+ git add .
250
+ git status
251
- name: Check commit message
252
if: inputs.dry_run
253
run: |