Skip to content

Commit

Permalink
Use underscores for check_mode input
Browse files Browse the repository at this point in the history
  • Loading branch information
markgoddard committed Jan 24, 2024
1 parent 7ccd621 commit 849ad76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container-promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
required: false
description: Branch of StackHPC Kayobe configuration to use
default: stackhpc/yoga
check-mode:
check_mode:
description: Check mode
type: boolean
required: false
Expand Down Expand Up @@ -57,4 +57,4 @@ jobs:
$args
env:
FILTER: ${{ github.event.inputs.filter }}
CHECK_MODE: ${{ inputs.check-mode }}
CHECK_MODE: ${{ inputs.check_mode }}
4 changes: 2 additions & 2 deletions .github/workflows/package-promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
required: false
description: Branch of StackHPC Kayobe configuration to use
default: stackhpc/wallaby
check-mode:
check_mode:
description: Check mode
type: boolean
required: false
Expand Down Expand Up @@ -58,4 +58,4 @@ jobs:
$args
env:
FILTER: ${{ github.event.inputs.filter }}
CHECK_MODE: ${{ inputs.check-mode }}
CHECK_MODE: ${{ inputs.check_mode }}

0 comments on commit 849ad76

Please sign in to comment.