Yashu Mittal
Get stuff done
Remove send notification step from CI action
Send notification step sends a message to Discord via webhook
Pass os & node_version as argument to discord notification action
Use gitthermal/discord-notification-action action
Run inline script discord-notification.sh
Add colon after each opts string
End each getops flag with ;;
Use getopts for passing flags with value
Add open collective link to sponsor button
Update commit message property
Get commit message from `github.head_commit.message`
fix: split title and url property
Update discord webhook json payload
Add username, title, branch name and commit id
Remove description and color
Change workflow by commit message
Remove content property discord webhook
update: github.event.sender data
fix: Save repository argument to $REPOSITORY_ORG_NAME variable
Pass github context argument to discord-notification.sh
$1: Webhook url
$2: Workflow name
$3: Organisation name/repository name
$4: Ref (branch) name
$5: Commit ID
$6: Author name
$7: Author image
test: dump runner context data
test: dump github & job context data
test: echo job & github data
Add DISCORD_CI_WEBHOOK secrets
fix sending notification run indentation
Trigger discord notifications
Add discord notification script