From b2c4f9ab8deb51fe150613ebb0d49538fc7fe0c7 Mon Sep 17 00:00:00 2001 From: Matthew Wells Date: Mon, 23 Dec 2024 09:52:38 -0600 Subject: [PATCH] fixed workflows unchanged error --- .github/workflows/linting_comment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linting_comment.yml b/.github/workflows/linting_comment.yml index 63b20bb..0bed96d 100644 --- a/.github/workflows/linting_comment.yml +++ b/.github/workflows/linting_comment.yml @@ -1,6 +1,6 @@ name: nf-core linting comment # This workflow is triggered after the linting action is complete -# It posts an automated comment to the PR, even if the PR is coming from a fork {%- raw %} +# It posts an automated comment to the PR, even if the PR is coming from a fork on: workflow_run: @@ -25,4 +25,4 @@ jobs: with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} number: ${{ steps.pr_number.outputs.pr_number }} - path: linting-logs/lint_results.md {%- endraw %} + path: linting-logs/lint_results.md