Skip to content

Commit 8fd29e8

Browse files
authored
docs(misc): minor punctuation changes in action.yml (#4)
1 parent 3c5b16b commit 8fd29e8

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ Check out these related projects.
102102
For 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

README.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

8683
includes:
8784
- "docs/github-action.md"

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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`."
1919
outputs:
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 }}
2323
runs:
2424
using: "composite"

docs/github-action.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
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 -->

0 commit comments

Comments
 (0)