File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ jobs:
156
156
157
157
- name : Retrieve secrets from Keyvault
158
158
id : keyvault
159
- uses : azure/cli@965c8d7571d2231a54e321ddd07f7b10317f34d9 # v2.0 .0
159
+ uses : azure/cli@089eac9d8cc39f5d003e94f8b65efc51076c9cbd # v2.1 .0
160
160
with :
161
161
inlineScript : |
162
162
secrets_get=(resourceGroupName cdnProfileName cdnName accountName)
@@ -229,7 +229,7 @@ jobs:
229
229
# ## Azure upload
230
230
231
231
- name : Azure upload PR preview
232
- uses : azure/cli@965c8d7571d2231a54e321ddd07f7b10317f34d9 # v2.0 .0
232
+ uses : azure/cli@089eac9d8cc39f5d003e94f8b65efc51076c9cbd # v2.1 .0
233
233
if : github.event.action == 'synchronize' || github.event.action == 'opened' || env.DEPLOYMENT_ENV == 'preview'
234
234
with :
235
235
inlineScript : |
@@ -252,7 +252,7 @@ jobs:
252
252
--no-wait
253
253
254
254
- name : Azure upload to specified environment
255
- uses : azure/cli@965c8d7571d2231a54e321ddd07f7b10317f34d9 # v2.0 .0
255
+ uses : azure/cli@089eac9d8cc39f5d003e94f8b65efc51076c9cbd # v2.1 .0
256
256
if : env.DEPLOYMENT_ENV != 'preview'
257
257
with :
258
258
inlineScript : |
You can’t perform that action at this time.
0 commit comments