We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a4680b commit 228f7d7Copy full SHA for 228f7d7
README.md
@@ -60,6 +60,7 @@ jobs:
60
aliases: "[:test]"
61
62
- uses: marocchino/sticky-pull-request-comment@v2
63
+ if: ${{ steps.diff.outputs.exit_code != 0 }}
64
with:
65
header: deps-diff # Creates a collapsed comment with the report
66
message: |
@@ -85,4 +86,4 @@ This workflow will comment on your PR as shown below.
85
86
## Outputs
87
88
- `deps_diff` - The name of the outlet where the execution result is output. Use it along with the action's id in your workflow.
-- `exit_code` - 0 if equal or else 1.
89
+- `exit_code` - 0 if equal or else 1.
0 commit comments