Skip to content

Commit 5924067

Browse files
committed
use nginx cli branch
1 parent 381dfd2 commit 5924067

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nginx-sync.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
--tenant "${{ secrets.AZURE_TENANT_ID }}"
2828
2929
- name: Sync NGINX Config to Azure
30-
uses: kuthiala/nginx-for-azure-deploy-action@main
30+
uses: kuthiala/nginx-for-azure-deploy-action/github-action@use_nginx_cli
31+
# uses: kuthiala/nginx-for-azure-deploy-action@main
3132
# uses: nginxinc/[email protected]
3233
with:
3334
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}

0 commit comments

Comments
 (0)