Skip to content

Commit fee656c

Browse files
committed
rename
1 parent 5a982d3 commit fee656c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stackhpc-all-in-one.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ on:
5959
description: Whether to perform an upgrade
6060
type: boolean
6161
default: false
62-
openstack-tests-version:
62+
openstack_tests_version:
6363
description: Git version of https://github.com/stackhpc/stackhpc-openstack-tests to use for testing
6464
type: string
6565
default: v0.0.1
@@ -452,7 +452,7 @@ jobs:
452452
-v $(pwd)/sot-results:/stack/sot-results \
453453
-e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
454454
$KAYOBE_IMAGE \
455-
/stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/playbook-run.sh '$KAYOBE_CONFIG_PATH/ansible/stackhpc-openstack-tests.yml -e sot_version=${{ inputs.openstack-tests-version }}'
455+
/stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/playbook-run.sh '$KAYOBE_CONFIG_PATH/ansible/stackhpc-openstack-tests.yml -e sot_version=${{ inputs.openstack_tests_version }}'
456456
env:
457457
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY: ${{ steps.ssh_key.outputs.ssh_key }}
458458

0 commit comments

Comments
 (0)