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 e4fc9a0 commit e19d98bCopy full SHA for e19d98b
.github/workflows/github-action-test-nginxaas-deploy.yml
@@ -35,7 +35,7 @@ jobs:
35
sed -i 's/000000/'"$GITHUB_RUN_ID"'/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/github-action@v0.4.0
+ uses: nginxinc/nginx-for-azure-deploy-action@v0.4.0
39
with:
40
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
41
resource-group-name: $TEST_RESOURCE_GROUP_NAME
0 commit comments