Skip to content

Commit 30db28c

Browse files
committed
Bumped test version to 0.3.1 to pickup patch to certificate download process
1 parent 8b02f6e commit 30db28c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testNginxForAzureDeploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
sed -i 's/000000/'"$GITHUB_RUN_NUMBER"'/g' test/configs/single/nginx.conf
3737
cat test/configs/single/nginx.conf
3838
- name: "Sync NGINX configuration to NGINX for Azure - single file"
39-
uses: nginxinc/[email protected].0
39+
uses: nginxinc/[email protected].1
4040
with:
4141
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
4242
resource-group-name: $TEST_RESOURCE_GROUP_NAME
@@ -56,7 +56,7 @@ jobs:
5656
sed -i 's/000000/'"$GITHUB_RUN_ID"'/g' test/configs/multi/conf.d/proxy.conf
5757
cat test/configs/multi/conf.d/proxy.conf
5858
- name: "Sync NGINX configuration and certificate to NGINX for Azure - multi file"
59-
uses: nginxinc/[email protected].0
59+
uses: nginxinc/[email protected].1
6060
with:
6161
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
6262
resource-group-name: $TEST_RESOURCE_GROUP_NAME

0 commit comments

Comments
 (0)