From b582feac5372a13e364e73d11f7abdcb165d0ec6 Mon Sep 17 00:00:00 2001 From: Sergii Bomko Date: Fri, 6 Mar 2020 13:38:12 +0200 Subject: [PATCH] updates readme and action --- README.md | 4 ++-- action.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4a8e3f9d..38f1fb15 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # ddns-action -DDNS(Distributed Domain Name System) update action. +DDNS(Distributed Domain Name System) update action. Currently it supports ENS and CNS. ## Inputs @@ -13,7 +13,7 @@ DDNS(Distributed Domain Name System) update action. ### `name` -**Required** Distributed domain name. Currently it supports ENS name only. (eg `ddns-action.eth`) +**Required** Distributed domain name. Currently it supports ENS, CNS (.eth, .crypto) names. (eg `ddns-action.eth`, `ddns-action.crypto`) ### `contentHash` diff --git a/action.yaml b/action.yaml index 40406279..330d5068 100644 --- a/action.yaml +++ b/action.yaml @@ -1,5 +1,5 @@ name: 'Update DDNS' -description: 'DDNS(Distributed Domain Name System) update action. Currently it supports ENS only.' +description: 'DDNS(Distributed Domain Name System) update action. Currently it supports ENS and CNS.' branding: icon: 'edit' color: 'green' @@ -11,7 +11,7 @@ inputs: description: 'Url of RPC APIs.' required: true name: - description: 'Distributed domain name. Currently it supports ENS name only. (eg `ddns-action.eth`)' + description: 'Distributed domain name. Currently it supports ENS, CNS (.eth, .crypto) names. (eg `ddns-action.eth`)' required: true contentHash: description: 'Hash of content. Currently it supports IPFS hash only.'