Skip to content

Commit bbef5fc

Browse files
committed
[ci] Fix Will commit these changes www step
Unlike the fbsource version of the step, www doesn't add any changes so the `force` input doesn't actually work
1 parent 19176e3 commit bbef5fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/runtime_commit_artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,8 @@ jobs:
246246
- name: Will commit these changes
247247
if: inputs.force == true || steps.check_should_commit.outputs.should_commit == 'true'
248248
run: |
249-
echo ":"
250-
git status -u
249+
git add .
250+
git status
251251
- name: Check commit message
252252
if: inputs.dry_run
253253
run: |

0 commit comments

Comments
 (0)