Skip to content

Commit

Permalink
remove extra lines
Browse files Browse the repository at this point in the history
  • Loading branch information
ankush-jain-akto authored Apr 8, 2024
1 parent 1a614ae commit c0b7105
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/beamerAndDiscord.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,7 @@ jobs:
line = line.split('by', 1)[0].strip()
release_notes += f'<li>{line[1:]}</li>'
release_notes += '</ul>'
release_notes2 = '<p>'
release_notes2 += '<a href=https://discord.com/invite/Wpc6xVME4s >'
release_notes2 += '</a>'
release_notes2 += '</p>'
release_notes2 += 'Have questions? Ask on <a href=https://discord.com/invite/Wpc6xVME4s >Discord</a> or our <a href=https://community.akto.io >Community page</a>'
release_notes2 += '<p></p>Have questions? Ask on <a href=https://discord.com/invite/Wpc6xVME4s >Discord</a> or our <a href=https://community.akto.io >Community page</a>'
release_notes = release_notes+release_notes2

Expand Down

0 comments on commit c0b7105

Please sign in to comment.