We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aebe542 commit 77b16c6Copy full SHA for 77b16c6
.github/workflows/dependency-update.yaml
@@ -40,7 +40,7 @@ jobs:
40
41
# Create Pull Request only if there were changes
42
- name: Create Pull Request
43
- if: ${{ steps.update-submodule.outputs.empty != "true" }}
+ if: ${{ steps.update-submodule.outputs.empty != true }}
44
uses: peter-evans/create-pull-request@v6
45
with:
46
commit-message: Update Matter SDK to `${{ steps.update-submodule.outputs.short_hash }}`
0 commit comments