Skip to content

Commit a74b6e4

Browse files
committed
Update usage examples section of main doc
1 parent 2d59486 commit a74b6e4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,13 +172,14 @@ The output would be:
172172
}
173173
```
174174

175-
## Example GitHub workflow
175+
## Example usages of this action in GitHub workflows
176176

177-
[This workflow](https://github.com/edumserrano/github-issue-forms-parser/blob/main/.github/workflows/test-action.yml) is used to test that the action works as expected.
177+
- [This workflow](https://github.com/edumserrano/github-issue-forms-parser/blob/main/.github/workflows/test-action.yml) is used to test that the action works as expected.
178+
- [This workflow](https://github.com/edumserrano/dot-net-sdk-extensions/blob/33303189c564989fd40fcb1fa5086ca443f7bd92/.github/workflows/nuget-release.yml#L69-L73) shows the usage of the action as part of the release flow of a NuGet package.
178179

179180
## I can't figure out the structure of the JSON object produced by the parser
180181

181-
You can check the structure of the action's output on the log produced by the action.
182+
You can check the structure of the action's output on the log produced by the action.
182183

183184
In the log for the action, expand the groups for `dotnet GitHub issue form parser output` and `dotnet GitHub issue form parser output indented` as shown in the image below.
184185

0 commit comments

Comments
 (0)