We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 307e575 commit 780d3bdCopy full SHA for 780d3bd
1 file changed
.github/workflows/db-backup.yml
@@ -49,5 +49,5 @@ jobs:
49
# $DUMP_GLOB is intentionally unquoted so the shell expands it to every part file.
50
gh release create "$TAG" $DUMP_GLOB \
51
--title "DB Dump $(date -u +%Y-%m-%d)" \
52
- --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 parts under 2 GiB). Reassemble: `cat *.tar.xz.part* | xz -d | tar -x`' \
53
--latest=false
0 commit comments