Action to setup netcat on ubuntu runner with apt package manager
.gitignore | ||
action.yml | ||
LICENSE | ||
README.md |
setup-netcat
GiHhub action to set up netcat on an ubuntu runner with the apt package manager
usage example
name: Main
on:
push:
branches:
- main
jobs:
build:
runs-on: runner
steps:
- name: Setup netcat tools
uses: https://antoine-roux.tk/projects/actions/setup-netcat@v1.0.0
id: setup-netcat