Fix base64 templates workflow comment output redirection

This commit is contained in:
Mauricio Siu 2025-03-09 17:28:50 -06:00
parent 6a836d970c
commit 1476adcbea

View File

@ -22,7 +22,7 @@ jobs:
echo "### 📝 Blueprints Base64 Table" > comment.md echo "### 📝 Blueprints Base64 Table" > comment.md
echo '' >> 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 "<details>" >> comment.md echo "<details>" >> comment.md
echo "<summary>🔍 Show all blueprints base64</summary>" >> comment.md echo "<summary>🔍 Show all blueprints base64</summary>" >> comment.md
echo '' >> comment.md echo '' >> comment.md