Skip to content

Commit 4a32f90

Browse files
docs: add link to go-httpbin GitHub action (#219)
Signed-off-by: Matthew Watkins <[email protected]> Co-authored-by: Will McCutchen <[email protected]>
1 parent cab8b3d commit 4a32f90

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,13 @@ func TestSlowResponse(t *testing.T) {
8888
}
8989
```
9090

91-
### Configuration
91+
### GitHub Actions/Workflows
92+
93+
The 3rd-party [lfreleng-actions/go-httpbin-action][] action is an easy way
94+
to make a local instance of go-httpbin available to other steps in a GitHub
95+
Actions workflow.
96+
97+
## Configuration
9298

9399
go-httpbin can be configured via either command line arguments or environment
94100
variables (or a combination of the two):
@@ -283,3 +289,4 @@ Compared to [ahmetb/go-httpbin][ahmet]:
283289
[Production considerations]: #production-considerations
284290
[SECURITY.md]: ./SECURITY.md
285291
[zerolog]: https://github.com/rs/zerolog
292+
[lfreleng-actions/go-httpbin-action]: https://github.com/lfreleng-actions/go-httpbin-action/

0 commit comments

Comments
 (0)