Skip to content

Update README.md

Update README.md #8

Workflow file for this run

name: Import standard labels
on:
push:
branches: [ main ]
jobs:
labels:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v2
with:
node-version: '14'
- uses: thecyberworld/gh-action-labels@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
owner-name: 'Thecyberworld'
repository-name: 'port-scanner'