File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ The following example shows the part of the workflow that uses the `actions/setu
70
70
71
71
``` yaml
72
72
- name : ' Login via Azure CLI'
73
- uses : Azure/actions/ login@master
73
+ uses : azure/ login@v1
74
74
with :
75
75
creds : ${{ secrets.AZURE_CREDENTIALS }}
76
76
- name : Setup Node 10.x
@@ -85,7 +85,7 @@ The following example shows the part of the workflow that uses the `actions/setu
85
85
86
86
` ` ` yaml
87
87
- name: 'Login via Azure CLI'
88
- uses: Azure/actions/ login@master
88
+ uses: azure/ login@v1
89
89
with:
90
90
creds: ${{ secrets.AZURE_CREDENTIALS }}
91
91
- name: Setup Python 3.6
@@ -100,7 +100,7 @@ The following example shows the part of the workflow that uses the `actions/setu
100
100
101
101
` ` ` yaml
102
102
- name: 'Login via Azure CLI'
103
- uses: Azure/actions/ login@master
103
+ uses: azure/ login@v1
104
104
with:
105
105
creds: ${{ secrets.AZURE_CREDENTIALS }}
106
106
- name: Setup Dotnet 2.2.300
@@ -115,7 +115,7 @@ The following example shows the part of the workflow that uses the `actions/set
115
115
116
116
` ` ` yaml
117
117
- name: 'Login via Azure CLI'
118
- uses: Azure/actions/ login@master
118
+ uses: azure/ login@v1
119
119
with:
120
120
creds: ${{ secrets.AZURE_CREDENTIALS }}
121
121
- name: Setup Java 1.8.x
You can’t perform that action at this time.
0 commit comments