mirror of
https://github.com/eliasstepanik/ionos.git
synced 2026-01-11 13:38:31 +00:00
fix ci (#2)
This commit is contained in:
parent
dd3b676071
commit
2fb62087d9
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -1,10 +1,10 @@
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
|
|
||||||
name: run tests
|
name: run tests
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
# IONOS DNS module for Caddy
|
# IONOS DNS module for Caddy
|
||||||
|
|
||||||
|
[](https://github.com/caddy-dns/ionos/actions/workflows/test.yml)
|
||||||
|
|
||||||
This package contains a DNS provider module for
|
This package contains a DNS provider module for
|
||||||
[Caddy](https://github.com/caddyserver/caddy). It is used to manage DNS records
|
[Caddy](https://github.com/caddyserver/caddy). It is used to manage DNS records
|
||||||
with the [IONOS DNS API](https://developer.hosting.ionos.com/docs/dns) using
|
with the [IONOS DNS API](https://developer.hosting.ionos.com/docs/dns) using
|
||||||
@ -53,4 +55,3 @@ for information about obtaining credentials.
|
|||||||
|
|
||||||
(c) Copyright 2021 by Jan Delgado
|
(c) Copyright 2021 by Jan Delgado
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user