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 35
35
sed -i 's/000000/'"$GITHUB_RUN_ID"'/g' github-action/test/configs/single/nginx.conf
36
36
cat github-action/test/configs/single/nginx.conf
37
37
- name : " Sync NGINX configuration to NGINXaaS for Azure - single file"
38
- uses : nginxinc/nginx-for-azure-deploy- action@v0.3.1
38
+ uses : ./github- action/
39
39
with :
40
40
subscription-id : ${{ secrets.AZURE_SUBSCRIPTION_ID }}
41
41
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 : ./github- action/
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