Skip to content

Commit a925a37

Browse files
agnerssairon
andauthored
Apply suggestions from code review
Co-authored-by: Jan Čermák <sairon@users.noreply.github.com>
1 parent e9fbfe3 commit a925a37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dependency-update.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ jobs:
4040
4141
# Create Pull Request only if there were changes
4242
- name: Create Pull Request
43-
if: ${{ steps.update-submodule.outputs.empty != true }}
43+
if: ${{ steps.update-submodule.outputs.empty != "true" }}
4444
uses: peter-evans/create-pull-request@v6
4545
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 }}`
4848
body: >
4949
Bumps [connectedhomeip](https://github.com/project-chip/connectedhomeip)
5050
from `${{ steps.update-submodule.outputs.short_hash_before }}` to

0 commit comments

Comments
 (0)