Skip to content

Commit

Permalink
Fix: yaml indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAxthelm committed Oct 2, 2024
1 parent 8946729 commit 461bcd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-push-private.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
uses: azure/login@v2
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}

- name: Upload results to blob store using az
id: upload-directory
Expand Down

0 comments on commit 461bcd2

Please sign in to comment.