Skip to content

Commit

Permalink
anotha test
Browse files Browse the repository at this point in the history
  • Loading branch information
ldraney committed Dec 23, 2024
1 parent 55128c1 commit 71e3ffb
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build-bicep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3

- name: Azure CLI script
uses: azure/cli@v2
- name: Azure Login
uses: azure/login@v1
with:
azcliversion: latest
inlineScript: |
az account show
creds: ${{ secrets.AZURE_CREDENTIALS }}

- name: Build Bicep Files
run: |
Expand Down

0 comments on commit 71e3ffb

Please sign in to comment.