Skip to content

Commit

Permalink
Correct syntax errors
Browse files Browse the repository at this point in the history
  • Loading branch information
hannaclaessonOP committed Nov 19, 2024
1 parent 63c85e3 commit 17ea713
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
- name: azure-login
uses: azure/login@v2
with:
client-id: ${{ var.CLIENTID }}
tenant-id: ${{ var.TENANTID }}
subscription-id: ${{ var.SUBSCRIPTIONID }}
client-id: ${{ vars.CLIENTID }}
tenant-id: ${{ vars.TENANTID }}
subscription-id: ${{ vars.SUBSCRIPTIONID }}

0 comments on commit 17ea713

Please sign in to comment.