Skip to content

Commit

Permalink
Fix typo in metadata file
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre BRUYANT committed Aug 9, 2021
1 parent f51067c commit 1ff313d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ runs:
ODUA_CONSUMER_KEY: ${{ inputs.consumer-key }}
ODUA_API_ENDPOINT: ${{ inputs.api-endpoint }}
ODUA_DNS_ZONE: ${{ inputs.dns-zone }}
ODUA_RECORD_ID: ${{ inputs.recod-id }}
ODUA_RECORD_ID: ${{ inputs.record-id }}
ODUA_SUBDOMAIN: ${{ inputs.subdomain }}
ODUA_TARGET: ${{ inputs.target }}
ODUA_TTL: ${{ inputs.ttl }}
Expand Down

0 comments on commit 1ff313d

Please sign in to comment.