Skip to content

Commit e281fb9

Browse files
committed
drop: use local action for testing
1 parent 62fa2e4 commit e281fb9

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/nginx-for-azure-deploy-action@v0.3.1
38+
uses: ./github-action/
3939
with:
4040
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
4141
resource-group-name: $TEST_RESOURCE_GROUP_NAME
@@ -56,7 +56,7 @@ jobs:
5656
sed -i 's/000000/'"$GITHUB_RUN_ID"'/g' github-action/test/configs/multi/conf.d/proxy.conf
5757
cat github-action/test/configs/multi/conf.d/proxy.conf
5858
- 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/
6060
with:
6161
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
6262
resource-group-name: $TEST_RESOURCE_GROUP_NAME

0 commit comments

Comments
 (0)