From 82b5482e96293e3147e015ba7336a40c9e6c8330 Mon Sep 17 00:00:00 2001 From: Christopher Berge Hove Date: Tue, 3 Oct 2023 09:10:28 +0200 Subject: [PATCH] chore: move code --- .github/workflows/promote.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/promote.yml b/.github/workflows/promote.yml index 6bfe5ba6..5f8c7a64 100644 --- a/.github/workflows/promote.yml +++ b/.github/workflows/promote.yml @@ -18,6 +18,11 @@ jobs: TENANT_ID: 3aa4a235-b6e2-48d5-9195-7fcf05b459b0 CLIENT_ID: ea425507-0de4-4f5f-bac8-48cea54f7a0c steps: + - name: Install jq + uses: dcarbone/install-jq-action@v1.0.1 + with: + version: "1.6" + - name: "Az CLI login" # uses federated auth uses: azure/login@v1 with: @@ -39,11 +44,6 @@ jobs: get application --application fusion-project-portal - - name: Install jq - uses: dcarbone/install-jq-action@v1.0.1 - with: - version: "1.6" - - name: "Get active deployments" id: get_active_deployments run: |