Skip to content

Commit b30b99f

Browse files
committed
use main
1 parent 5924067 commit b30b99f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nginx-sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
--tenant "${{ secrets.AZURE_TENANT_ID }}"
2828
2929
- name: Sync NGINX Config to Azure
30-
uses: kuthiala/nginx-for-azure-deploy-action/github-action@use_nginx_cli
30+
# uses: kuthiala/nginx-for-azure-deploy-action/github-action@use_nginx_cli
3131
# uses: kuthiala/nginx-for-azure-deploy-action@main
32-
# uses: nginxinc/[email protected].0
32+
uses: nginxinc/nginx-for-azure-deploy-action/github-action@v0.4.1
3333
with:
3434
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
3535
resource-group-name: ${{ secrets.AZURE_RESOURCE_GROUP_NAME }}

0 commit comments

Comments
 (0)