aquiladev/Update DDNS
DDNS(Distributed Domain Name System) update action. Currently it supports ENS, CNS and UNS.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 25, 2021
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: aquiladev/ddns-action@5d58159acd709280fa70c0b966c36169e69fcf9c # v0.3.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| mnemonic | Mnemonic phrase for wallet recovery. Plain PrivateKey can be used as well. | yes | — |
| rpc | Url of RPC APIs. | yes | — |
| name | Distributed domain name. Currently it supports ENS(.eth), CNS(.crypto), UNS(.coin, .wallet, .bitcoin, .x, .888, .nft, .dao, .blockchain) names. (eg `ddns-action.eth`) | yes | — |
| contentHash | Hash of content. | yes | — |
| contentType | Type of content. Supported types [ipfs-ns, swarm-ns] | no | ipfs-ns |
| dryRun | Execution emulation without setting new content hash. | no | false |
| verbose | Level of verbosity | no | false |
Outputs
no outputs