mirror of
https://github.com/facebook/react.git
synced 2026-02-24 12:43:00 +00:00
[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:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user