Skip to content

Commit

Permalink
update slack publish message (#766)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradchiappetta committed Apr 20, 2023
1 parent 9eb3944 commit 7cc102d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/slack_release_notice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
"type": "header",
"text": {
"type": "plain_text",
"text": "${{ github.event.release.tag_name}} is published!"
"text": "GreyNoise SDK ${{ github.event.release.tag_name}} is published!"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion .yamllint
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ extends: default

rules:
line-length:
max: 88
max: 100

ignore-from-file: .gitignore

0 comments on commit 7cc102d

Please sign in to comment.