Skip to content

Commit c6c78c6

Browse files
committed
clean workflow
1 parent b092f90 commit c6c78c6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/testNginxForAzureDeployV1.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions:
1919
contents: read
2020

2121
jobs:
22-
Update-NGINX-Configuration:
22+
Update-NGINX-On-Azure:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: 'Checkout repository'
@@ -31,15 +31,15 @@ jobs:
3131
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
3232
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
3333
- name: 'Sync NGINX certs to NGINX on Azure instance'
34-
uses: george-ngugi/nginx-for-azure-deploy-action@v1
34+
uses: nginxinc/nginx-for-azure-deploy-action@v1
3535
with:
3636
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
3737
resource-group-name: $TEST_RESOURCE_GROUP_NAME
3838
nginx-deployment-name: $NGINX_DEPLOYMENT_NAME
3939
nginx-deployment-location: $NGINX_RESOURCE_LOCATION
4040
nginx-certificate-details: $NGINX_CERT_DETAILS
4141
- name: 'Sync NGINX configuration to NGINX on Azure instance - single file'
42-
uses: george-ngugi/nginx-for-azure-deploy-action@v1
42+
uses: nginxinc/nginx-for-azure-deploy-action@v1
4343
with:
4444
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
4545
resource-group-name: $TEST_RESOURCE_GROUP_NAME
@@ -48,7 +48,7 @@ jobs:
4848
nginx-root-config-file: $NGINX_ROOT_CONFIG_FILE
4949
transformed-nginx-config-directory-path: $NGINX_TRANSFORMED_CONFIG_DIR_PATH
5050
- name: 'Sync NGINX configuration to NGINX on Azure instance - multi file'
51-
uses: george-ngugi/nginx-for-azure-deploy-action@v1
51+
uses: nginxinc/nginx-for-azure-deploy-action@v1
5252
with:
5353
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
5454
resource-group-name: $TEST_RESOURCE_GROUP_NAME
@@ -57,7 +57,7 @@ jobs:
5757
nginx-root-config-file: $NGINX_ROOT_CONFIG_FILE
5858
transformed-nginx-config-directory-path: $NGINX_TRANSFORMED_CONFIG_DIR_PATH
5959
- name: 'Sync NGINX certs and config to NGINX on Azure instance'
60-
uses: george-ngugi/nginx-for-azure-deploy-action@v1
60+
uses: nginxinc/nginx-for-azure-deploy-action@v1
6161
with:
6262
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
6363
resource-group-name: $TEST_RESOURCE_GROUP_NAME

0 commit comments

Comments
 (0)