Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthecalcaholic <6317548+theCalcaholic@users.noreply.github.com>2022-09-29 04:39:58 +0300
committerthecalcaholic <6317548+theCalcaholic@users.noreply.github.com>2022-09-29 04:39:58 +0300
commit997cbc8644dcf802eac4029de0357304c54ebd34 (patch)
tree34b265bc93222b82c69a85aa632aecddf21e86b2
parent220a53abd3170d8a5cbe9cc87f2db9ea48285c01 (diff)
vm-tests.yml: Fix invalid variable usage
Signed-off-by: thecalcaholic <6317548+theCalcaholic@users.noreply.github.com>
-rw-r--r--.github/workflows/vm-tests.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/vm-tests.yml b/.github/workflows/vm-tests.yml
index 262f10e9..f2ff3cd3 100644
--- a/.github/workflows/vm-tests.yml
+++ b/.github/workflows/vm-tests.yml
@@ -247,7 +247,7 @@ jobs:
TEST_SERVER_ID: ${{ needs.setup-installation-test-instance.outputs.test_server_id }}
VERSION: ${{ needs.setup-installation-test-instance.outputs.version }}
- UID: ${{ github.run_id }}-${{ env.TEST_TYPE }}
+ UID: ${{ github.run_id }}-install
steps:
- name: download ssh private key from artifact store
uses: actions/download-artifact@v3
@@ -301,7 +301,7 @@ jobs:
TEST_RESULT: ${{ needs.setup-update-test-instance.result }}
TEST_SERVER_ID: ${{ needs.setup-update-test-instance.outputs.test_server_id }}
VERSION: ${{ needs.setup-update-test-instance.outputs.version }}
- UID: ${{ github.run_id }}-${{ env.TEST_TYPE }}
+ UID: ${{ github.run_id }}-update
steps:
- name: download ssh private key from artifact store
uses: actions/download-artifact@v3