File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,11 @@ jobs:
40
40
41
41
# Create Pull Request only if there were changes
42
42
- name : Create Pull Request
43
- if : ${{ steps.update-submodule.outputs.empty != true }}
43
+ if : ${{ steps.update-submodule.outputs.empty != " true" }}
44
44
uses : peter-evans/create-pull-request@v6
45
45
with :
46
- commit-message : Update Matter SDK to `${{steps.update-submodule.outputs.short_hash}}`
47
- title : Update Matter SDK to `${{steps.update-submodule.outputs.short_hash}}`
46
+ commit-message : Update Matter SDK to `${{ steps.update-submodule.outputs.short_hash }}`
47
+ title : Update Matter SDK to `${{ steps.update-submodule.outputs.short_hash }}`
48
48
body : >
49
49
Bumps [connectedhomeip](https://github.com/project-chip/connectedhomeip)
50
50
from `${{ steps.update-submodule.outputs.short_hash_before }}` to
You can’t perform that action at this time.
0 commit comments