From 805af66d7d652c681561312c7481f409fdcd5382 Mon Sep 17 00:00:00 2001 From: JP Ungaretti <19893438+jungaretti@users.noreply.github.com> Date: Mon, 1 Jun 2026 10:54:43 -0700 Subject: [PATCH] Add jungaretti/dns example to README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c94078..61bfe7c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,9 @@ Bacon deploys your DNS records from YAML config files to [Porkbun](https://porkb ## Getting Started -You can use Bacon locally or in a GitHub Actions workflow. For local use, download the latest release from GitHub or build it yourself. For GitHub Actions, use the [Bacon Deploy Action](https://github.com/jungaretti/bacon-deploy-action) in your workflow. +You can use Bacon locally or in a GitHub Actions workflow. For local use, download the latest release from GitHub or build it yourself. For GitHub Actions, use [jungaretti/bacon-deploy-action](https://github.com/jungaretti/bacon-deploy-action) in your workflow. + +See [jungaretti/dns](https://github.com/jungaretti/dns) for an example of DNS records managed and deployed with [jungaretti/bacon-deploy-action](https://github.com/jungaretti/bacon-deploy-action). ### Installation