Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthecalcaholic <6317548+theCalcaholic@users.noreply.github.com>2022-08-16 22:39:47 +0300
committerthecalcaholic <6317548+theCalcaholic@users.noreply.github.com>2022-08-16 22:39:47 +0300
commite10ce4eaceec89d875744774dd580bed66abfe84 (patch)
tree7ac1ee3b28c6ffd7b6eb961f7d757e8530418376
parent6193e38cb50c709f1e5f3010898b65b07984b7d2 (diff)
publish-image.yml: Escape backticsfix/nc-format-usb-breaking-tmp
-rw-r--r--.github/workflows/publish-image.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml
index 162e6db6..f6a2874e 100644
--- a/.github/workflows/publish-image.yml
+++ b/.github/workflows/publish-image.yml
@@ -73,7 +73,7 @@ jobs:
\`\`\`"
fi
- body="${body%$'\n```'*}
+ body="${body%$'\n\`\`\`'*}
$checksum
\`\`\`"
hub release edit -a "${IMG?}" -m "${title?}" -m "$body" "${VERSION?}"