We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b936fd3 commit 110fa9aCopy full SHA for 110fa9a
.github/workflows/github-action-test-nginxaas-deploy.yml
@@ -35,7 +35,7 @@ jobs:
35
sed -i 's/000000/'"$GITHUB_RUN_NUMBER"'/g' github-action/test/configs/single/nginx.conf
36
cat github-action/test/configs/single/nginx.conf
37
- name: "Sync NGINX configuration to NGINXaaS for Azure - single file"
38
- uses: nginxinc/nginx-for-azure-deploy-action@v0.3.1
+ uses: ./github-action/
39
with:
40
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
41
resource-group-name: $TEST_RESOURCE_GROUP_NAME
0 commit comments