Skip to content

Commit 5547460

Browse files
committed
Update description
1 parent d1718c2 commit 5547460

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: 'Checkout repository'
2727
uses: actions/checkout@v2
2828

29-
- name: 'Run Azure Login with OIDC'
29+
- name: 'Run Azure Login using Azure Service Principal with a secret'
3030
uses: azure/login@v1
3131
with:
3232
creds: ${{ secrets.AZURE_CREDENTIALS }}
@@ -64,7 +64,7 @@ jobs:
6464
- name: 'Checkout repository'
6565
uses: actions/checkout@v2
6666

67-
- name: 'Run Azure Login with OIDC'
67+
- name: 'Run Azure Login using OIDC'
6868
uses: azure/login@v1
6969
with:
7070
client-id: ${{ secrets.AZURE_CLIENT_ID }}

0 commit comments

Comments
 (0)