Skip to content

Commit

Permalink
Merge env update and release
Browse files Browse the repository at this point in the history
  • Loading branch information
vanbroup authored May 26, 2021
2 parents 2544ef4 + f89084c commit 9ab0a70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ inputs:
description: "The TTL of the TXT record used for the DNS challenge"
required: false
DNS_ZONE:
description: "DNS zone"
description: "Domain name of the DNS zone"
required: false
DODE_HTTP_TIMEOUT:
description: "API request timeout"
Expand Down Expand Up @@ -1689,14 +1689,14 @@ inputs:

runs:
using: 'docker'
image: 'docker://ghcr.io/digitorus/dv/dv:latest'
image: 'docker://ghcr.io/digitorus/dv/dv:1.0.2'
env:
DNS_PROVIDER: ${{ inputs.DNS_PROVIDER }}
DURATION_BEFORE_EXPIRY: ${{ inputs.DURATION_BEFORE_EXPIRY }}
ENTRUST_API_CERTIFICATE: ${{ inputs.ENTRUST_API_CERTIFICATE }}
ENTRUST_API_PRIVATE_KEY: ${{ inputs.ENTRUST_API_PRIVATE_KEY }}
ENTRUST_API_USERNAME: ${{ inputs.ENTRUST_API_USERNAME }}
ENTRUST_API_PASSEWORD: ${{ inputs.ENTRUST_API_PASSEWORD }}
ENTRUST_API_PASSWORD: ${{ inputs.ENTRUST_API_PASSWORD }}

ACME_DNS_API_BASE: ${{ inputs.ACME_DNS_API_BASE }}
ACME_DNS_STORAGE_PATH: ${{ inputs.ACME_DNS_STORAGE_PATH }}
Expand Down

0 comments on commit 9ab0a70

Please sign in to comment.