solvaholic / octodns-sync

GitHub Action to test and deploy DNS settings with OctoDNS
MIT License
28 stars 14 forks source link

Document using @peter-evans' create-or-update-comment with this Action #65

Closed solvaholic closed 3 years ago

solvaholic commented 3 years ago

Fixes #41

https://github.com/marketplace/actions/create-or-update-comment

solvaholic commented 3 years ago

Summarize findings from #41

solvaholic commented 3 years ago

Using @xt0rted's example as a guide and @travislikestocode's edits for https://github.com/solvaholic/octodns-sync/pull/66, I stubbed out this reference config:

https://github.com/solvahol/dns/blob/850ba9cca0753de939dba41e0a05bb1bbb26ba72/.github/workflows/octodns-sync.yml

Which passed with empty payload and a fake --doit:

https://github.com/solvahol/dns/runs/2984436036?check_suite_focus=true

Demonstrate recommended configs in a public repo

Next, I think:

solvaholic commented 3 years ago

Updated reference workflow made happy results in a PR over in solvahol/dns.