commit 183779a2037b60b82e0e76fdb8b5e901625827eb
parent f98538a6a223847ccf106bf0411eb5a113e678c5
Author: MTRNord <mtrnord1@gmail.com>
Date: Wed, 11 Oct 2023 15:17:24 +0200
Force on validation
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml
@@ -35,6 +35,7 @@ jobs:
- uses: solvaholic/octodns-sync@main
with:
config_path: config/production.yaml
+ force: "Yes"
env:
POWERDNS_API_KEY_NS1: ${{ secrets.POWERDNS_API_KEY_NS1 }}
POWERDNS_API_KEY_NS2: ${{ secrets.POWERDNS_API_KEY_NS2 }}