Skip to content

Commit

Permalink
fixed workflows unchanged error
Browse files Browse the repository at this point in the history
  • Loading branch information
mattheww95 committed Dec 23, 2024
1 parent 5a58e9b commit b2c4f9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linting_comment.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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

0 comments on commit b2c4f9a

Please sign in to comment.