Skip to content

Commit 259e8a4

Browse files
Add SMF_PLUGIN_PATH_VERSION to all workflow_dispatch as well. (#43)
1 parent f885b8b commit 259e8a4

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

.github/workflows/macos.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@ on:
99
description: "Major version of the wireshark tag to use when building plugin"
1010
type: string
1111
required: true
12-
default: "4"
12+
default: '4'
1313
MINOR_VERSION:
1414
description: "Minor version of the wireshark tag to use when building plugin"
1515
type: string
1616
required: true
17-
default: "6"
17+
default: '6'
1818
PATCH_VERSION:
1919
description: "Patch version of the wireshark tag to use when building plugin"
2020
type: string
2121
required: true
22-
default: "0"
22+
default: '0'
2323
SMF_PLUGIN_PATCH_VERSION:
2424
description: "PATCH for SMF plugin"
2525
type: string
2626
required: true
27-
default: ""
27+
default: ''
2828

2929
jobs:
3030
macos:

.github/workflows/macos_arm64.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ on:
4141
type: string
4242
required: true
4343
default: '0'
44+
SMF_PLUGIN_PATCH_VERSION:
45+
description: "PATCH for SMF plugin"
46+
type: string
47+
required: true
48+
default: ''
4449

4550
env:
4651
# This is the name for the file in releases

.github/workflows/ubuntu.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ on:
4141
type: string
4242
required: true
4343
default: '0'
44+
SMF_PLUGIN_PATCH_VERSION:
45+
description: "PATCH for SMF plugin"
46+
type: string
47+
required: true
48+
default: ''
4449

4550
env:
4651
# This is the name for the file in releases

.github/workflows/windows.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ on:
4141
type: string
4242
required: true
4343
default: '0'
44+
SMF_PLUGIN_PATCH_VERSION:
45+
description: "PATCH for SMF plugin"
46+
type: string
47+
required: true
48+
default: ''
4449

4550
env:
4651
# This is the name for the file in releases

0 commit comments

Comments
 (0)