File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 20
20
id : lint_pr_title
21
21
env :
22
22
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
23
- - uses : marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2
23
+ - uses : marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2
24
24
# When the previous steps fails, the workflow would stop. By adding this
25
25
# condition you can continue the execution with the populated error message.
26
26
if : always() && (steps.lint_pr_title.outputs.error_message != null)
43
43
44
44
# Delete a previous comment when the issue has been resolved
45
45
- if : ${{ steps.lint_pr_title.outputs.error_message == null }}
46
- uses : marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2
46
+ uses : marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2
47
47
with :
48
48
header : pr-title-lint-error
49
49
delete : true
You can’t perform that action at this time.
0 commit comments