Skip to content

Commit a23c0e8

Browse files
committed
drop: Downgrade NGINX action
1 parent ee270e3 commit a23c0e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github-action-test-nginxaas-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
sed -i 's/000000/'"$GITHUB_RUN_ID"'/g' github-action/test/configs/single/nginx.conf
3636
cat github-action/test/configs/single/nginx.conf
3737
- name: "Sync NGINX configuration to NGINXaaS for Azure - single file"
38-
uses: nginxinc/[email protected].1
38+
uses: nginxinc/[email protected].0
3939
with:
4040
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
4141
resource-group-name: $TEST_RESOURCE_GROUP_NAME
@@ -55,7 +55,7 @@ jobs:
5555
sed -i 's/000000/'"$GITHUB_RUN_ID"'/g' github-action/test/configs/multi/conf.d/proxy.conf
5656
cat github-action/test/configs/multi/conf.d/proxy.conf
5757
- name: "Sync NGINX configuration and certificate to NGINXaaS for Azure - multi file"
58-
uses: nginxinc/[email protected].1
58+
uses: nginxinc/[email protected].0
5959
with:
6060
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
6161
resource-group-name: $TEST_RESOURCE_GROUP_NAME

0 commit comments

Comments
 (0)