Remove if clause
This commit is contained in:
@@ -91,7 +91,6 @@ jobs:
|
|||||||
dart fix --apply lib
|
dart fix --apply lib
|
||||||
|
|
||||||
- name: Commit Changes
|
- name: Commit Changes
|
||||||
if: steps.check_changes.outputs.changes_detected == 'true'
|
|
||||||
run: |
|
run: |
|
||||||
git add .
|
git add .
|
||||||
git commit -m "Actions: Auto-formatting [skip ci]"
|
git commit -m "Actions: Auto-formatting [skip ci]"
|
||||||
|
|||||||
Reference in New Issue
Block a user