We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35978e6 commit 6ddfc0eCopy full SHA for 6ddfc0e
1 file changed
.github/workflows/db-backup.yml
@@ -53,5 +53,5 @@ jobs:
53
# $DUMP_GLOB is intentionally unquoted so the shell expands it to every part file.
54
gh release create "$TAG" $DUMP_GLOB \
55
--title "DB Dump $(date -u +%Y-%m-%d)" \
56
- --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`" \
57
--latest=false
0 commit comments