Skip to content

Commit

Permalink
updates readme and action
Browse files Browse the repository at this point in the history
  • Loading branch information
aquiladev committed Mar 6, 2020
1 parent e336f40 commit b582fea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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`

Expand Down
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
@@ -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'
Expand All @@ -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.'
Expand Down

0 comments on commit b582fea

Please sign in to comment.