mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-21 10:48:18 +00:00
Remove jinja tags from workflow (#2124)
Workflow was copied from the pipeline template but the jinja2 template tags were still there
This commit is contained in:
parent
0bdd589163
commit
33d9ce79c1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/fix-linting.yml
vendored
4
.github/workflows/fix-linting.yml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
||||||
if: >
|
if: >
|
||||||
contains(github.event.comment.html_url, '/pull/') &&
|
contains(github.event.comment.html_url, '/pull/') &&
|
||||||
contains(github.event.comment.body, '@nf-core-bot fix linting') &&
|
contains(github.event.comment.body, '@nf-core-bot fix linting') &&
|
||||||
github.repository == '{{ name }}' {%- raw %}
|
github.repository == 'nf-core/modules'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
# Use the @nf-core-bot token to check out so we can push later
|
# Use the @nf-core-bot token to check out so we can push later
|
||||||
|
@ -51,4 +51,4 @@ jobs:
|
||||||
git add .
|
git add .
|
||||||
git status
|
git status
|
||||||
git commit -m "[automated] Fix linting with Prettier"
|
git commit -m "[automated] Fix linting with Prettier"
|
||||||
git push {%- endraw %}
|
git push
|
||||||
|
|
Loading…
Reference in a new issue