Skip to content

Commit 228f7d7

Browse files
authored
Update README.md
1 parent 7a4680b commit 228f7d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
aliases: "[:test]"
6161

6262
- uses: marocchino/sticky-pull-request-comment@v2
63+
if: ${{ steps.diff.outputs.exit_code != 0 }}
6364
with:
6465
header: deps-diff # Creates a collapsed comment with the report
6566
message: |
@@ -85,4 +86,4 @@ This workflow will comment on your PR as shown below.
8586
## Outputs
8687

8788
- `deps_diff` - The name of the outlet where the execution result is output. Use it along with the action's id in your workflow.
88-
- `exit_code` - 0 if equal or else 1.
89+
- `exit_code` - 0 if equal or else 1.

0 commit comments

Comments
 (0)