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 d876f45 commit ee270e3Copy full SHA for ee270e3
.github/workflows/github-action-test-nginxaas-deploy.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: "Checkout repository"
24
uses: actions/checkout@v2
25
- name: "AZ CLI Login"
26
- uses: azure/login@v1
+ uses: azure/login@v2
27
with:
28
client-id: ${{ secrets.AZURE_CLIENT_ID }}
29
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
@@ -71,7 +71,7 @@ jobs:
71
run: |
72
wget -S -q --spider http://${{ secrets.NGINX_DEPLOYMENT_IP }} 2>&1 | grep "Github-Run-Id: $GITHUB_RUN_ID"
73
- name: "Validate certificate update"
74
- uses: azure/CLI@v1
+ uses: azure/cli@v2
75
76
inlineScript: |
77
echo "-----BEGIN CERTIFICATE-----" > /tmp/$GITHUB_RUN_ID.tmp
0 commit comments