Skip to content

Commit 9cd6104

Browse files
committed
Update README with latest actions instructions
1 parent 745f00f commit 9cd6104

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

github-action/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
creds: ${{ secrets.AZURE_CREDENTIALS }}
3535

3636
- name: 'Sync the NGINX configuration from the GitHub repository to the NGINXaaS for Azure deployment'
37-
uses: nginxinc/nginx-for-azure-deploy-action@v0.3.1
37+
uses: nginxinc/nginx-for-azure-deploy-action/github-action@v0.4.0
3838
with:
3939
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
4040
resource-group-name: ${{ secrets.AZURE_RESOURCE_GROUP_NAME }}
@@ -76,7 +76,7 @@ jobs:
7676
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
7777

7878
- name: 'Sync the NGINX configuration from the GitHub repository to the NGINXaaS for Azure deployment'
79-
uses: nginxinc/nginx-for-azure-deploy-action@v0.3.1
79+
uses: nginxinc/nginx-for-azure-deploy-action/github-action@v0.4.0
8080
with:
8181
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
8282
resource-group-name: ${{ secrets.AZURE_RESOURCE_GROUP_NAME }}
@@ -104,7 +104,7 @@ To use this action to sync the configuration files from this example, the direct
104104

105105
```yaml
106106
- name: 'Sync the NGINX configuration from the GitHub repository to the NGINXaaS for Azure deployment'
107-
uses: nginxinc/nginx-for-azure-deploy-action@v0.3.1
107+
uses: nginxinc/nginx-for-azure-deploy-action/github-action@v0.4.0
108108
with:
109109
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
110110
resource-group-name: ${{ secrets.AZURE_RESOURCE_GROUP_NAME }}
@@ -136,7 +136,7 @@ The action supports an optional input `transformed-nginx-config-directory-path`
136136

137137
```yaml
138138
- name: 'Sync the NGINX configuration from the Git repository to the NGINXaaS for Azure deployment'
139-
uses: nginxinc/nginx-for-azure-deploy-action@v0.3.1
139+
uses: nginxinc/nginx-for-azure-deploy-action/github-action@v0.4.0
140140
with:
141141
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
142142
resource-group-name: ${{ secrets.AZURE_RESOURCE_GROUP_NAME }}
@@ -168,7 +168,7 @@ See the example below
168168

169169
```yaml
170170
- name: "Sync NGINX certificates to NGINXaaS for Azure"
171-
uses: nginxinc/nginx-for-azure-deploy-action@v0.3.1
171+
uses: nginxinc/nginx-for-azure-deploy-action/github-action@v0.4.0
172172
with:
173173
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
174174
resource-group-name: ${{ secrets.AZURE_RESOURCE_GROUP_NAME }}
@@ -181,7 +181,7 @@ See the example below
181181

182182
```yaml
183183
- name: "Sync NGINX configuration- multi file and certificate to NGINXaaS for Azure"
184-
uses: nginxinc/nginx-for-azure-deploy-action@v0.3.1
184+
uses: nginxinc/nginx-for-azure-deploy-action/github-action@v0.4.0
185185
with:
186186
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
187187
resource-group-name: ${{ secrets.AZURE_RESOURCE_GROUP_NAME }}

0 commit comments

Comments
 (0)