mirror of
https://github.com/facebook/react.git
synced 2026-02-24 04:33:04 +00:00
don't commit
This commit is contained in:
4
.github/workflows/commit_artifacts.yml
vendored
4
.github/workflows/commit_artifacts.yml
vendored
@@ -293,7 +293,7 @@ jobs:
|
||||
echo ":"
|
||||
git status -u
|
||||
- name: Commit changes to branch
|
||||
if: steps.check_should_commit.outputs.should_commit == 'true'
|
||||
if: false && steps.check_should_commit.outputs.should_commit == 'true'
|
||||
uses: stefanzweifel/git-auto-commit-action@v4
|
||||
with:
|
||||
commit_message: |
|
||||
@@ -535,7 +535,7 @@ jobs:
|
||||
run: |
|
||||
git status -u
|
||||
- name: Commit changes to branch
|
||||
if: steps.check_should_commit.outputs.should_commit == 'true'
|
||||
if: false && steps.check_should_commit.outputs.should_commit == 'true'
|
||||
uses: stefanzweifel/git-auto-commit-action@v4
|
||||
with:
|
||||
commit_message: |
|
||||
|
||||
Reference in New Issue
Block a user