Skip to content

Commit 997cbc8

Browse files
committed
vm-tests.yml: Fix invalid variable usage
Signed-off-by: thecalcaholic <6317548+theCalcaholic@users.noreply.github.com>
1 parent 220a53a commit 997cbc8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/vm-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ jobs:
247247
TEST_SERVER_ID: ${{ needs.setup-installation-test-instance.outputs.test_server_id }}
248248
VERSION: ${{ needs.setup-installation-test-instance.outputs.version }}
249249

250-
UID: ${{ github.run_id }}-${{ env.TEST_TYPE }}
250+
UID: ${{ github.run_id }}-install
251251
steps:
252252
- name: download ssh private key from artifact store
253253
uses: actions/download-artifact@v3
@@ -301,7 +301,7 @@ jobs:
301301
TEST_RESULT: ${{ needs.setup-update-test-instance.result }}
302302
TEST_SERVER_ID: ${{ needs.setup-update-test-instance.outputs.test_server_id }}
303303
VERSION: ${{ needs.setup-update-test-instance.outputs.version }}
304-
UID: ${{ github.run_id }}-${{ env.TEST_TYPE }}
304+
UID: ${{ github.run_id }}-update
305305
steps:
306306
- name: download ssh private key from artifact store
307307
uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)