Skip to content

Commit

Permalink
Fix Slack notification message by removing unnecessary text for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
hunshamar committed Mar 5, 2025
1 parent cc4bb00 commit 89b04f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/slack-notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
- @vygruppen/spor-loader@0.5.0
run: |
curl -X POST -H 'Content-type: application/json' --data "{
\"text\": \"Ny minor-versjon av spor er ute! :package: :sparkles: :zap: Versjon: ${TAG_NAME} :wrench: Endringer: ${BODY} :book: Changelog: ${HTML_URL} :package: Installer: npm i @vygruppen/spor-react@latest\"
\"text\": \"Ny minor-versjon av spor er ute! :package: :sparkles: :zap: Versjon: ${TAG_NAME} :wrench: Endringer: :book: Changelog: ${HTML_URL} :package: Installer: npm i @vygruppen/spor-react@latest\"
}" $SLACK_WEBHOOK_URL

0 comments on commit 89b04f7

Please sign in to comment.