solvaholic / octodns-sync

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

Update octodns repo url #43

Closed xt0rted closed 3 years ago

xt0rted commented 3 years ago

Description

Updates the octodns repo url now that it's been moved to its own org.

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist:

solvaholic commented 3 years ago

Hm. This is required but isn't running anywhere.

image

xt0rted commented 3 years ago

Does this setting have to be checked?

Screenshot_20210213-151440

solvaholic commented 3 years ago

I had removed the on.pull_requestfrom the workflow.

To make the linter run I did:

git fetch origin refs/pull/43/head
git checkout -b pr43 FETCH_HEAD
git push origin pr43

Thanks again for this @xt0rted !