We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a914c commit 3fff10eCopy full SHA for 3fff10e
README.md
@@ -87,6 +87,12 @@ func TestSlowResponse(t *testing.T) {
87
}
88
```
89
90
+### GitHub Actions/Workflows
91
+
92
+This external repository provides a GitHub Action for deploying go-httpbin in workflows:
93
94
+- [lfreleng-actions/go-httpbin-action][]
95
96
### Configuration
97
98
go-httpbin can be configured via either command line arguments or environment
@@ -254,3 +260,4 @@ Compared to [ahmetb/go-httpbin][ahmet]:
254
260
[Production considerations]: #production-considerations
255
261
[SECURITY.md]: ./SECURITY.md
256
262
[zerolog]: https://github.com/rs/zerolog
263
+[lfreleng-actions/go-httpbin-action]: https://github.com/lfreleng-actions/go-httpbin-action/
0 commit comments