We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48c9424 commit b08f25cCopy full SHA for b08f25c
.github/workflows/deploy-to-azure.yml
@@ -38,7 +38,7 @@ jobs:
38
with:
39
creds: ${{ secrets.AZURE_CREDENTIALS_SPRING_IO }}
40
- name: Deploy To Staging
41
- uses: azure/CLI@4db43908b9df2e7ac93c8275a8f9a448c59338dd # v1
+ uses: azure/CLI@965c8d7571d2231a54e321ddd07f7b10317f34d9 # v2
42
id: deploy
43
44
inlineScript: |
@@ -84,7 +84,7 @@ jobs:
84
85
86
- name: Set Staging To Production
87
88
89
90
az extension add --name spring
0 commit comments