File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11name : 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
55on :
66 workflow_run :
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
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 %}
You can’t perform that action at this time.
0 commit comments