From 79b6a6f24a8d08af8f231ffe5fd15e8d99784314 Mon Sep 17 00:00:00 2001 From: Maximilian Soelch Date: Tue, 6 Aug 2024 18:59:08 +0200 Subject: [PATCH] Fix wrong output name in deployment script --- .github/workflows/deploy-testserver.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-testserver.yml b/.github/workflows/deploy-testserver.yml index a8cc04b22..a1c3c9bf5 100644 --- a/.github/workflows/deploy-testserver.yml +++ b/.github/workflows/deploy-testserver.yml @@ -99,8 +99,8 @@ jobs: hosts: athena-test2.ase.cit.tum.de folder: ${{ vars.DEPLOYMENT_FOLDER }} outputs: - TS1: ${{ steps.filter.outputs.artemis-test1 || '' }} - TS2: ${{ steps.filter.outputs.artemis-test2 || '' }} + TS1: ${{ steps.filter.outputs.athena-test1 || '' }} + TS2: ${{ steps.filter.outputs.athena-test2 || '' }} steps: - run: | echo "$DEPLOY_LABEL"