File tree Expand file tree Collapse file tree 4 files changed +2
-6
lines changed
Expand file tree Collapse file tree 4 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,6 @@ Check out these related projects.
102102For additional context, refer to some of these links.
103103
104104- [ cloudposse-github-actions] ( https://github.com/cloudposse-github-actions ) - Reusable workflows for different types of projects
105- - [ pr-comment-on-release] ( https://github.com/cloudposse-github-actions/pr-comment-on-release ) - Example application with complicated release workflow
106105
107106
108107## ✨ Contributing
Original file line number Diff line number Diff line change @@ -79,9 +79,6 @@ references:
7979 - name : " cloudposse-github-actions"
8080 description : " Reusable workflows for different types of projects"
8181 url : " https://github.com/cloudposse-github-actions"
82- - name : " pr-comment-on-release"
83- description : " Example application with complicated release workflow"
84- url : " https://github.com/cloudposse-github-actions/pr-comment-on-release"
8582
8683includes :
8784 - " docs/github-action.md"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ inputs:
1818 description : " The git tag used to determine the release. If omitted, the release will be determined from `github.event.release.id`."
1919outputs :
2020 result :
21- description : " A JSON-encoded string, which contains information on the comments it created (if any)."
21+ description : " A JSON-encoded string which contains information on the comments it created (if any)."
2222 value : ${{ steps.pr-comment-on-release.outputs.result }}
2323runs :
2424 using : " composite"
Original file line number Diff line number Diff line change 1313
1414| Name | Description |
1515| ------| -------------|
16- | result | A JSON-encoded string, which contains information on the comments it created (if any). |
16+ | result | A JSON-encoded string which contains information on the comments it created (if any). |
1717<!-- markdownlint-restore -->
You can’t perform that action at this time.
0 commit comments