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 5924067 commit b30b99fCopy full SHA for b30b99f
.github/workflows/nginx-sync.yml
@@ -27,9 +27,9 @@ jobs:
27
--tenant "${{ secrets.AZURE_TENANT_ID }}"
28
29
- name: Sync NGINX Config to Azure
30
- uses: kuthiala/nginx-for-azure-deploy-action/github-action@use_nginx_cli
+ # 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].0
+ uses: nginxinc/nginx-for-azure-deploy-action/github-action@v0.4.1
33
with:
34
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
35
resource-group-name: ${{ secrets.AZURE_RESOURCE_GROUP_NAME }}
0 commit comments