Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Nov 11, 2024
1 parent 8c9ffb8 commit 9935862
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/cmx-versions/action.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'Get CMX Versions'
description: 'Retrieves a list of the CMX versions to test against'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

inputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/kurl-addon-kots-publisher/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ inputs:
required: true
description: 'GitHub token.'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
2 changes: 1 addition & 1 deletion .github/actions/version-tag/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ outputs:
GIT_TAG:
description: 'Git tag if this is a tagged revision'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4188,7 +4188,7 @@ jobs:
# ---- validate archives ---- #
func validate_configmap_in_archive() {
function validate_configmap_in_archive {
local expected_value="$1"
if ! grep -q "$expected_value" get-set-config/base/configmap.yaml; then
echo "expected base/configmap.yaml to contain $expected_value"
Expand Down

0 comments on commit 9935862

Please sign in to comment.