]> git.openstreetmap.org Git - dns.git/commitdiff
Update DNScontrol github project master
authorGrant Slater <github@firefishy.com>
Thu, 14 May 2026 17:55:36 +0000 (18:55 +0100)
committerGrant Slater <github@firefishy.com>
Thu, 14 May 2026 17:55:36 +0000 (18:55 +0100)
.github/workflows/check.yml

index 47b81e68ef68f1090c09730a9b02d8503ed8f023..309a641be2beb19af73ca5064b2f6ed9d666fd0d 100644 (file)
@@ -33,9 +33,9 @@ jobs:
       run: |
         set -euo pipefail
         arch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/) \
-        && gh release download --repo https://github.com/StackExchange/dnscontrol --pattern "dnscontrol-*.${arch}.deb" --output /tmp/dnscontrol.deb \
+        && gh release download --repo https://github.com/DNSControl/dnscontrol --pattern "dnscontrol-*.${arch}.deb" --output /tmp/dnscontrol.deb \
         && sudo apt-get install /tmp/dnscontrol.deb -y
 
     - name: Run Check
       run: |
-        make check
\ No newline at end of file
+        make check