Skip to content

Commit e73d7e7

Browse files
committed
linting_comment.yml struggling
1 parent 0686bbb commit e73d7e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/linting_comment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: nf-core linting comment
22
# This workflow is triggered after the linting action is complete
3-
# It posts an automated comment to the PR, even if the PR is coming from a fork
3+
# It posts an automated comment to the PR, even if the PR is coming from a fork {%- raw %}
44

55
on:
66
workflow_run:
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Download lint results
14-
uses: dawidd6/action-download-artifact@bf251b5aa9c2f7eeb574a96ee720e24f801b7c11 # v6
14+
uses: dawidd6/action-download-artifact@20319c5641d495c8a52e688b7dc5fada6c3a9fbc # v8
1515
with:
1616
workflow: linting.yml
1717
workflow_conclusion: completed
@@ -25,4 +25,4 @@ jobs:
2525
with:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2727
number: ${{ steps.pr_number.outputs.pr_number }}
28-
path: linting-logs/lint_results.md
28+
path: linting-logs/lint_results.md {%- endraw %}

0 commit comments

Comments
 (0)