From 84fcc7c85c7e2e5835dcff5e7961000289648c4d Mon Sep 17 00:00:00 2001 From: Alec Ibarra <93070681+adibarra@users.noreply.github.com> Date: Fri, 5 Jun 2026 17:33:33 -0500 Subject: [PATCH] fix: update db backup release notes --- .github/workflows/db-backup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/db-backup.yml b/.github/workflows/db-backup.yml index 216e520a..dd7d972b 100644 --- a/.github/workflows/db-backup.yml +++ b/.github/workflows/db-backup.yml @@ -53,5 +53,5 @@ jobs: # $DUMP_GLOB is intentionally unquoted so the shell expands it to every part file. gh release create "$TAG" $DUMP_GLOB \ --title "DB Dump $(date -u +%Y-%m-%d)" \ - --notes "Weekly full database dump (xz-compressed, split into <2 GiB parts). Reassemble: cat *.tar.xz.part* | xz -d | tar -x" \ + --notes "Weekly full database dump (xz-compressed, split into <2 GiB parts). Reassemble: `cat *.tar.xz.part* | xz -d | tar -x`" \ --latest=false