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 65cd567 commit b2623fcCopy full SHA for b2623fc
.github/workflows/github-action-test-nginxaas-deploy.yml
@@ -35,6 +35,9 @@ jobs:
35
sed -i 's/000000/'"$GITHUB_RUN_NUMBER"'/g' github-action/test/configs/single/nginx.conf
36
cat github-action/test/configs/single/nginx.conf
37
az version
38
+ az config set auto-upgrade.prompt=no
39
+ az upgrade --yes
40
+ az version
41
- name: "Sync NGINX configuration to NGINXaaS for Azure - single file"
42
uses: ./github-action/
43
with:
0 commit comments