doc: complete readme
This commit is contained in:
parent
acd91548d4
commit
08b7ebf6d8
19
README.md
19
README.md
@ -1,3 +1,22 @@
|
|||||||
# setup-netcat
|
# setup-netcat
|
||||||
|
|
||||||
GiHhub action to set up netcat on an ubuntu runner with the apt package manager
|
GiHhub action to set up netcat on an ubuntu runner with the apt package manager
|
||||||
|
|
||||||
|
usage example
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
name: Main
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: runner
|
||||||
|
steps:
|
||||||
|
- name: Setup netcat tools
|
||||||
|
uses: RouxAntoine/setup-netcat@v1.0.0
|
||||||
|
id: setup-netcat
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user