Skip to content

Commit 849ad76

Browse files
committed
Use underscores for check_mode input
1 parent 7ccd621 commit 849ad76

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/container-promote.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
required: false
1313
description: Branch of StackHPC Kayobe configuration to use
1414
default: stackhpc/yoga
15-
check-mode:
15+
check_mode:
1616
description: Check mode
1717
type: boolean
1818
required: false
@@ -57,4 +57,4 @@ jobs:
5757
$args
5858
env:
5959
FILTER: ${{ github.event.inputs.filter }}
60-
CHECK_MODE: ${{ inputs.check-mode }}
60+
CHECK_MODE: ${{ inputs.check_mode }}

.github/workflows/package-promote.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
required: false
1313
description: Branch of StackHPC Kayobe configuration to use
1414
default: stackhpc/wallaby
15-
check-mode:
15+
check_mode:
1616
description: Check mode
1717
type: boolean
1818
required: false
@@ -58,4 +58,4 @@ jobs:
5858
$args
5959
env:
6060
FILTER: ${{ github.event.inputs.filter }}
61-
CHECK_MODE: ${{ inputs.check-mode }}
61+
CHECK_MODE: ${{ inputs.check_mode }}

0 commit comments

Comments
 (0)