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 381dfd2 commit 5924067Copy full SHA for 5924067
.github/workflows/nginx-sync.yml
@@ -27,7 +27,8 @@ jobs:
27
--tenant "${{ secrets.AZURE_TENANT_ID }}"
28
29
- name: Sync NGINX Config to Azure
30
- uses: kuthiala/nginx-for-azure-deploy-action@main
+ uses: kuthiala/nginx-for-azure-deploy-action/github-action@use_nginx_cli
31
+ # uses: kuthiala/nginx-for-azure-deploy-action@main
32
# uses: nginxinc/[email protected]
33
with:
34
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
0 commit comments