Skip to content

Commit 2e5496a

Browse files
committed
update env vars in workflows
update action name update action name update inputs in action
1 parent c956f23 commit 2e5496a

File tree

4 files changed

+15
-14
lines changed

4 files changed

+15
-14
lines changed

.github/actions/dpdk/action.yml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
name: build images
1+
name: intal dpdk from source
22

3-
on:
4-
workflow_call:
5-
inputs:
6-
version:
7-
required: true
8-
type: string
9-
shell:
10-
required: false
11-
type: string
12-
default: 'bash'
3+
inputs:
4+
version:
5+
required: true
6+
type: string
7+
shell:
8+
required: false
9+
type: string
10+
default: 'bash'
1311
runs:
1412
using: "composite"
1513
steps:

.github/workflows/centos_build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ on:
1414

1515
permissions:
1616
contents: read
17-
17+
env:
18+
DPDK_VERSION: 25.03
1819
jobs:
1920
changes:
2021
runs-on: ubuntu-latest

.github/workflows/ecosystem.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ on:
1414

1515
permissions:
1616
contents: read
17-
17+
env:
18+
DPDK_VERSION: 25.03
1819
jobs:
1920
changes:
2021
runs-on: 'ubuntu-22.04'

.github/workflows/ffmpeg_plugin.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ on:
1414

1515
permissions:
1616
contents: read
17-
17+
env:
18+
DPDK_VERSION: 25.03
1819
jobs:
1920
changes:
2021
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)