File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff 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
9399go-httpbin can be configured via either command line arguments or environment
94100variables (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/
You can’t perform that action at this time.
0 commit comments