Skip to content

Commit

Permalink
chore: move code
Browse files Browse the repository at this point in the history
  • Loading branch information
Noggling committed Oct 3, 2023
1 parent 7d9a64e commit 82b5482
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
version: "1.6"

- name: "Az CLI login" # uses federated auth
uses: azure/login@v1
with:
Expand All @@ -39,11 +44,6 @@ jobs:
get application
--application fusion-project-portal
- name: Install jq
uses: dcarbone/[email protected]
with:
version: "1.6"

- name: "Get active deployments"
id: get_active_deployments
run: |
Expand Down

0 comments on commit 82b5482

Please sign in to comment.