Remove jinja tags from workflow (#2124)

Workflow was copied from the pipeline template but the jinja2 template tags were still there
master
Phil Ewels 2 years ago committed by GitHub
parent 0bdd589163
commit 33d9ce79c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,7 +9,7 @@ jobs:
if: >
contains(github.event.comment.html_url, '/pull/') &&
contains(github.event.comment.body, '@nf-core-bot fix linting') &&
github.repository == '{{ name }}' {%- raw %}
github.repository == 'nf-core/modules'
runs-on: ubuntu-latest
steps:
# Use the @nf-core-bot token to check out so we can push later
@ -51,4 +51,4 @@ jobs:
git add .
git status
git commit -m "[automated] Fix linting with Prettier"
git push {%- endraw %}
git push

Loading…
Cancel
Save