From 1476adcbeadb5f7f647e12b7c27040ff14a738e3 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 9 Mar 2025 17:28:50 -0600 Subject: [PATCH] Fix base64 templates workflow comment output redirection --- .github/workflows/base64-templates.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/base64-templates.yml b/.github/workflows/base64-templates.yml index 0b5e1d04..b95799c9 100644 --- a/.github/workflows/base64-templates.yml +++ b/.github/workflows/base64-templates.yml @@ -22,7 +22,7 @@ jobs: echo "### 📝 Blueprints Base64 Table" > comment.md echo '' >> comment.md - echo "You can use the base64 value to import the blueprint into the UI." + echo "You can use the base64 value to import the blueprint into the UI." >> comment.md echo "
" >> comment.md echo "🔍 Show all blueprints base64" >> comment.md echo '' >> comment.md