From d0c870c59c4d5342aa75773644c6a47574492a2d Mon Sep 17 00:00:00 2001 From: mirpedrol Date: Thu, 10 Oct 2024 14:50:22 +0200 Subject: [PATCH] use minimal-read-yaml action --- .../.github/workflows/template_version_comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nf_core/pipeline-template/.github/workflows/template_version_comment.yml b/nf_core/pipeline-template/.github/workflows/template_version_comment.yml index bc4749cd46..f1f7ae5e84 100644 --- a/nf_core/pipeline-template/.github/workflows/template_version_comment.yml +++ b/nf_core/pipeline-template/.github/workflows/template_version_comment.yml @@ -14,7 +14,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - name: Read template version from .nf-core.yml - uses: pietrobolcato/action-read-yaml@1.1.0 + uses: nichmor/minimal-read-yaml@v0.0.2 id: read_yml with: config: ${{ github.workspace }}/.nf-core.yml