Skip to content

Commit

Permalink
add jinja raw for template rendering and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mirpedrol committed Aug 17, 2023
1 parent e4b5798 commit 47aee1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- Fix links in `multiqc_config.yml` ([#2372](https://github.com/nf-core/tools/pull/2372))
- Remove default false from nextflow_schema.json ([#2376](https://github.com/nf-core/tools/pull/2376))
- Add module MULTIQC to modules.config ([#2377](https://github.com/nf-core/tools/pull/2377))
- Add GitHub workflow for automated release announcements ([#2382](https://github.com/nf-core/tools/pull/2382))

### Download

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: release-announcements

# Automatic release toot and tweet anouncements{%- raw %}
on:
release:
types: [published]
Expand Down Expand Up @@ -53,3 +53,4 @@ jobs:
TWITTER_CONSUMER_SECRET: ${{ secrets.TWITTER_CONSUMER_SECRET }}
TWITTER_ACCESS_TOKEN: ${{ secrets.TWITTER_ACCESS_TOKEN }}
TWITTER_ACCESS_TOKEN_SECRET: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}
#{%- endraw %}

0 comments on commit 47aee1d

Please sign in to comment.