mshaugh/DNSControl Docker Action
Maintain your DNS data with DNSControl and GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| args | DNSControl command to run. Usually one of `check`, `preview`, or `push`. | yes | — |
| config_file | Relative path under $GITHUB_WORKSPACE to the file containing your DNS config in javascript DSL. | no | dnsconfig.js |
| creds_file | Relative path under $GITHUB_WORKSPACE to the file containing your provider credentials. | no | creds.json |
Outputs
| name | description |
|---|---|
| output | The output of the DNSControl command that was executed |
| preview_comment | Filtered output to reduce 'preview' PR comment length |