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:
Diffstat (limited to '.github/workflows/vm-tests.yml')
-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 5f2cd51a..7c3024ec 100644
--- a/.github/workflows/vm-tests.yml
+++ b/.github/workflows/vm-tests.yml
@@ -253,7 +253,7 @@ jobs:
uses: actions/download-artifact@v3
if: ${{ contains('success|failure', env.TEST_RESULT) }}
with:
- name: ${{ github.run_id }}-${TEST_TYPE}-ssh-privkey
+ name: ${{ github.run_id }}-${{ env.TEST_TYPE }}-ssh-privkey
path: /github/workspace/.ssh
- name: Shutdown server
if: ${{ contains('success|failure', env.TEST_RESULT) }}
@@ -307,7 +307,7 @@ jobs:
uses: actions/download-artifact@v3
if: ${{ contains('success|failure', env.TEST_RESULT) }}
with:
- name: ${{ github.run_id }}-${TEST_TYPE?}-ssh-privkey
+ name: ${{ github.run_id }}-${{ env.TEST_TYPE }}-ssh-privkey
path: /github/workspace/.ssh
- name: Shutdown server
if: ${{ contains('success|failure', env.TEST_RESULT) }}