Skip to content

Commit 8a4ed36

Browse files
authored
Merge pull request #110240 from kraigb/kraigb-sc1033
Update login action
2 parents 1cf0f12 + 11a68e4 commit 8a4ed36

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-functions/functions-how-to-github-actions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The following example shows the part of the workflow that uses the `actions/setu
7070

7171
```yaml
7272
- name: 'Login via Azure CLI'
73-
uses: Azure/actions/login@master
73+
uses: azure/login@v1
7474
with:
7575
creds: ${{ secrets.AZURE_CREDENTIALS }}
7676
- name: Setup Node 10.x
@@ -85,7 +85,7 @@ The following example shows the part of the workflow that uses the `actions/setu
8585

8686
```yaml
8787
- name: 'Login via Azure CLI'
88-
uses: Azure/actions/login@master
88+
uses: azure/login@v1
8989
with:
9090
creds: ${{ secrets.AZURE_CREDENTIALS }}
9191
- name: Setup Python 3.6
@@ -100,7 +100,7 @@ The following example shows the part of the workflow that uses the `actions/setu
100100

101101
```yaml
102102
- name: 'Login via Azure CLI'
103-
uses: Azure/actions/login@master
103+
uses: azure/login@v1
104104
with:
105105
creds: ${{ secrets.AZURE_CREDENTIALS }}
106106
- name: Setup Dotnet 2.2.300
@@ -115,7 +115,7 @@ The following example shows the part of the workflow that uses the `actions/set
115115

116116
```yaml
117117
- name: 'Login via Azure CLI'
118-
uses: Azure/actions/login@master
118+
uses: azure/login@v1
119119
with:
120120
creds: ${{ secrets.AZURE_CREDENTIALS }}
121121
- name: Setup Java 1.8.x

0 commit comments

Comments
 (0)