From f193d6baec4051e392a48650ef30b1264b2f02a0 Mon Sep 17 00:00:00 2001 From: freddydk Date: Fri, 3 Feb 2023 07:07:19 +0100 Subject: [PATCH] -a --- .github/workflows/UpdateExistingImages.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/UpdateExistingImages.yaml b/.github/workflows/UpdateExistingImages.yaml index a7a051f..8647246 100644 --- a/.github/workflows/UpdateExistingImages.yaml +++ b/.github/workflows/UpdateExistingImages.yaml @@ -85,7 +85,7 @@ jobs: } Server2019: - runs-on: [ ${{ fromJson(github.event.inputs.AgentPool) }} ] + runs-on: ${{ fromJson(github.event.inputs.AgentPool) }} needs: [ AnalyzeImages ] strategy: matrix: @@ -167,7 +167,7 @@ jobs: } Server2022: - runs-on: [ ${{ fromJson(github.event.inputs.AgentPool) }} ] + runs-on: ${{ fromJson(github.event.inputs.AgentPool) }} needs: [ AnalyzeImages ] strategy: matrix: