From 33d9ce79c10f63eae63e767d3dd8c6ab6ebdb472 Mon Sep 17 00:00:00 2001 From: Phil Ewels Date: Wed, 28 Sep 2022 12:42:09 +0200 Subject: [PATCH] Remove jinja tags from workflow (#2124) Workflow was copied from the pipeline template but the jinja2 template tags were still there --- .github/workflows/fix-linting.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fix-linting.yml b/.github/workflows/fix-linting.yml index c1515156..dbe236fb 100644 --- a/.github/workflows/fix-linting.yml +++ b/.github/workflows/fix-linting.yml @@ -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