Attempt to fix Run workflow.
This commit is contained in:
6
.github/workflows/run.yml
vendored
6
.github/workflows/run.yml
vendored
@@ -7,13 +7,11 @@ on:
|
|||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
with:
|
||||||
|
uses: gamemann/XDP-Firewall/.github/workflows/build.yml@main
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: use build workflow
|
|
||||||
uses: gamemann/XDP-Firewall/.github/workflows/build.yml@main
|
|
||||||
- name: run XDP FW with help menu
|
- name: run XDP FW with help menu
|
||||||
run: xdpfw -h
|
run: xdpfw -h
|
||||||
|
|||||||
Reference in New Issue
Block a user