Skip to content

Commit

Permalink
Merge pull request #42 from hugtalbot/202401_fix_actions
Browse files Browse the repository at this point in the history
fix use of removed function
  • Loading branch information
hugtalbot authored Jan 24, 2024
2 parents a5c493f + fb8934f commit fdf98bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/discord/post-pending-discussions.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ def printDiscussionsPerCategory(categories, discussions_numbers):
tempMessage = tempMessage + " [#"+ str(id) +"](https://github.com/sofa-framework/sofa/discussions/"+ str(id) +") "

# Category has been covered
postOnDiscord(tempMessage)
os.environ["MESSAGE"] = tempMessage
os.system("scripts/discord/post-discord-message.py")

Expand Down

0 comments on commit fdf98bd

Please sign in to comment.