Skip to content

Commit 773760b

Browse files
committed
test 2
1 parent 8c10655 commit 773760b

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
done
2323
2424
# Prepare payload with proper newlines
25-
PAYLOAD=$(jq -n --arg content "$ACTOR pushed to **main** in [$REPO](https://github.com/$REPO):\n$COMMIT_TEXT" '{content: $content}')
25+
PAYLOAD=$(jq -n --arg content "$ACTOR pushed to **main** in [$REPO](https://github.com/$REPO):
26+
$COMMIT_TEXT" '{content: $content}')
2627
2728
# Send to Discord
2829
curl -H "Content-Type: application/json" -d "$PAYLOAD" ${{ secrets.DISCORD_WEBHOOK }}

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Mathima
22

33
A smart and simple planner designed for students. Easily track homework, quizzes, and due dates around your class schedule. With built-in support for your daily schedule, Mathima helps you stay organized in a way that actually fits your school day.
4+
a

0 commit comments

Comments
 (0)