Skip to content

Commit 77b16c6

Browse files
committed
Fix workflow syntax
1 parent aebe542 commit 77b16c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependency-update.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ 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:
4646
commit-message: Update Matter SDK to `${{ steps.update-submodule.outputs.short_hash }}`

0 commit comments

Comments
 (0)