Skip to content

Commit 3fd6364

Browse files
committed
update README.md to reflect new version of the action
1 parent c08eec9 commit 3fd6364

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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.4.2
37+
uses: nginxinc/nginx-for-azure-deploy-action@v0.5.0
3838
with:
3939
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
4040
resource-group-name: ${{ secrets.AZURE_RESOURCE_GROUP_NAME }}
@@ -77,7 +77,7 @@ jobs:
7777
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
7878

7979
- name: 'Sync the NGINX configuration from the GitHub repository to the NGINXaaS for Azure deployment'
80-
uses: nginxinc/nginx-for-azure-deploy-action@v0.4.2
80+
uses: nginxinc/nginx-for-azure-deploy-action@v0.5.0
8181
with:
8282
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
8383
resource-group-name: ${{ secrets.AZURE_RESOURCE_GROUP_NAME }}
@@ -106,7 +106,7 @@ To use this action to sync the configuration files from this example, the direct
106106

107107
```yaml
108108
- name: 'Sync the NGINX configuration from the GitHub repository to the NGINXaaS for Azure deployment'
109-
uses: nginxinc/nginx-for-azure-deploy-action@v0.4.2
109+
uses: nginxinc/nginx-for-azure-deploy-action@v0.5.0
110110
with:
111111
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
112112
resource-group-name: ${{ secrets.AZURE_RESOURCE_GROUP_NAME }}
@@ -139,7 +139,7 @@ The action supports an optional input `transformed-nginx-config-directory-path`
139139

140140
```yaml
141141
- name: 'Sync the NGINX configuration from the Git repository to the NGINXaaS for Azure deployment'
142-
uses: nginxinc/nginx-for-azure-deploy-action@v0.4.2
142+
uses: nginxinc/nginx-for-azure-deploy-action@v0.5.0
143143
with:
144144
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
145145
resource-group-name: ${{ secrets.AZURE_RESOURCE_GROUP_NAME }}
@@ -172,7 +172,7 @@ See the example below
172172

173173
```yaml
174174
- name: "Sync NGINX certificates to NGINXaaS for Azure"
175-
uses: nginxinc/nginx-for-azure-deploy-action@v0.4.2
175+
uses: nginxinc/nginx-for-azure-deploy-action@v0.5.0
176176
with:
177177
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
178178
resource-group-name: ${{ secrets.AZURE_RESOURCE_GROUP_NAME }}
@@ -186,7 +186,7 @@ See the example below
186186

187187
```yaml
188188
- name: "Sync NGINX configuration- multi file and certificate to NGINXaaS for Azure"
189-
uses: nginxinc/nginx-for-azure-deploy-action@v0.4.2
189+
uses: nginxinc/nginx-for-azure-deploy-action@v0.5.0
190190
with:
191191
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
192192
resource-group-name: ${{ secrets.AZURE_RESOURCE_GROUP_NAME }}

0 commit comments

Comments
 (0)