File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 36
36
sed -i 's/000000/'"$GITHUB_RUN_ID"'/g' github-action/test/configs/single/nginx.conf
37
37
cat github-action/test/configs/single/nginx.conf
38
38
- name : " Sync NGINX configuration to NGINXaaS for Azure - single file"
39
- uses : nginxinc/nginx-for-azure-deploy-action@v0.3.1
39
+ uses : nginxinc/nginx-for-azure-deploy-action/github-action @v0.4.0
40
40
with :
41
41
subscription-id : ${{ secrets.AZURE_SUBSCRIPTION_ID }}
42
42
resource-group-name : $TEST_RESOURCE_GROUP_NAME
56
56
sed -i 's/000000/'"$GITHUB_RUN_ID"'/g' github-action/test/configs/multi/conf.d/proxy.conf
57
57
cat github-action/test/configs/multi/conf.d/proxy.conf
58
58
- name : " Sync NGINX configuration and certificate to NGINXaaS for Azure - multi file"
59
- uses : nginxinc/nginx-for-azure-deploy-action@v0.3.1
59
+ uses : nginxinc/nginx-for-azure-deploy-action/github-action @v0.4.0
60
60
with :
61
61
subscription-id : ${{ secrets.AZURE_SUBSCRIPTION_ID }}
62
62
resource-group-name : $TEST_RESOURCE_GROUP_NAME
You can’t perform that action at this time.
0 commit comments