We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93f8b20 commit 8aa4079Copy full SHA for 8aa4079
.github/workflows/github-action-test-nginxaas-deploy.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: "Checkout repository"
25
uses: actions/checkout@v2
26
- name: "AZ CLI Login"
27
- uses: azure/login@v1
+ uses: azure/login@v2
28
with:
29
client-id: ${{ secrets.AZURE_CLIENT_ID }}
30
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
@@ -72,7 +72,7 @@ jobs:
72
run: |
73
wget -S -q --spider http://${{ secrets.NGINX_DEPLOYMENT_IP }} 2>&1 | grep "Github-Run-Id: $GITHUB_RUN_ID"
74
- name: "Validate certificate update"
75
- uses: azure/CLI@v1
+ uses: azure/cli@v2
76
77
inlineScript: |
78
echo "-----BEGIN CERTIFICATE-----" > /tmp/$GITHUB_RUN_ID.tmp
0 commit comments