From 89c96348ec04dec64365bb32d717a68ccbd8ab9f Mon Sep 17 00:00:00 2001 From: Dave Lanning Date: Wed, 18 Sep 2024 01:43:11 +0000 Subject: [PATCH] RE-786: Quick verbiage and formatting fix missing from from RE-750 --- .github/workflows/openstack.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/openstack.yml b/.github/workflows/openstack.yml index d7ec0c73..743e6e35 100644 --- a/.github/workflows/openstack.yml +++ b/.github/workflows/openstack.yml @@ -161,10 +161,11 @@ jobs: cat ${{ github.run_id }}-vm_ip > VM_IP ls -la - - name: Export to env + - name: Export VM_IP to env env: VM_IP: ${{ steps.VM_IP.outputs.VM_IP }} run: echo "VM_IP is ${{ steps.VM_IP.outputs.VM_IP }}" + - name: Setup for Integration Checks Prior to Running Elevate uses: appleboy/ssh-action@v1.0.3 with: @@ -558,5 +559,4 @@ jobs: name: ${{ github.run_id }}-tf.out.json path: ${{ github.workspace }}/tf.out.json - name: Destroy OpenStack VM - run: terraform destroy -no-color -auto-approve - + run: terraform destroy -no-color -auto-approve \ No newline at end of file