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:
-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