File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110110          if [ -s packages.txt ]; then 
111111            while read -r line; do 
112112              ENCODED_TAG=$(printf "%s" "$line" | jq -sRr @uri) 
113-               echo "   📦 <a href=\"$REPO/releases/tag/$ENCODED_TAG\">$line</a>" 
113+               echo "📦 <a href=\"$REPO/releases/tag/$ENCODED_TAG\">$line</a>" 
114114            done < packages.txt > release_links.html 
115115          else 
116116            echo "  • No packages found." > release_links.html 
@@ -130,7 +130,7 @@ jobs:
130130          token : ${{ secrets.TELEGRAM_TOKEN }} 
131131          format : html 
132132          message : | 
133-             🚀  <b><a href="https://github.com/${{ github.repository }}">${{ github.repository }}</a></b> released: 
133+             <b><a href="https://github.com/${{ github.repository }}">${{ github.repository }}</a></b> released: 
134134            ${{ env.RELEASE_LINKS }} 
135135             
136136            🔗 PR: <a href="${{ env.PR_URL }}"><b>${{ env.PR_TITLE }}</b> #${{ env.PR_NUMBER }}</a> 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments