Skip to content

Commit

Permalink
Merge pull request nf-core#1334 from FriederikeHanssen/extra_v
Browse files Browse the repository at this point in the history
remove extra v for slack report
  • Loading branch information
maxulysse authored Nov 16, 2023
2 parents d66ea98 + cab03d9 commit e44db9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- [#1334](https://github.com/nf-core/sarek/pull/1334) - Remove extra v, when reporting tower runs on slack

### Removed

### Dependencies
Expand Down
2 changes: 1 addition & 1 deletion assets/slackreport.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"fallback": "Plain-text summary of the attachment.",
"color": "<% if (success) { %>good<% } else { %>danger<%} %>",
"author_name": "nf-core/sarek v${version} - ${runName}",
"author_name": "nf-core/sarek ${version} - ${runName}",
"author_icon": "https://www.nextflow.io/docs/latest/_static/favicon.ico",
"text": "<% if (success) { %>Pipeline completed successfully!<% } else { %>Pipeline completed with errors<% } %>",
"fields": [
Expand Down

0 comments on commit e44db9e

Please sign in to comment.