Skip to content

Commit 1f5ed6d

Browse files
committed
cleanup;pass correct arg
1 parent 623b5a0 commit 1f5ed6d

File tree

3 files changed

+1
-97
lines changed

3 files changed

+1
-97
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ runs:
3939
if: ${{ inputs.nginx-config-directory-path != '' }}
4040
shell: bash
4141
- name: 'Synchronize NGINX certificate(s) from the Git repository to an NGINX for Azure deployment'
42-
run: ${{github.action_path}}/src/deploy-certificate.sh --subscription_id=${{ inputs.subscription-id }} --resource_group_name=${{ inputs.resource-group-name }} --nginx_deployment_name=${{ inputs.nginx-deployment-name }} --nginx_resource_location=${{ inputs.nginx-deployment-location }} --nginx_certificate_details=${{ toJSON(inputs.nginx-certificate-details) }}
42+
run: ${{github.action_path}}/src/deploy-certificate.sh --subscription_id=${{ inputs.subscription-id }} --resource_group_name=${{ inputs.resource-group-name }} --nginx_deployment_name=${{ inputs.nginx-deployment-name }} --nginx_resource_location=${{ inputs.nginx-deployment-location }} --certificates=${{ toJSON(inputs.nginx-certificate-details) }}
4343
if: ${{ inputs.nginx-deployment-location != '' && inputs.nginx-certificate-details != '' }}
4444
shell: bash

src/check-cert-params.sh

Lines changed: 0 additions & 46 deletions
This file was deleted.

src/check-config-params.sh

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)