From 0638904af55fbd3b8b903ddb4afe1977bca79f30 Mon Sep 17 00:00:00 2001 From: Phil Ewels Date: Mon, 16 May 2022 19:43:00 +0200 Subject: [PATCH] =?UTF-8?q?Shh=20=F0=9F=A4=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index f98f090797..5376749711 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -20,7 +20,7 @@ jobs: steps: - id: set-matrix run: | - if [ "${{ github.event.inputs.use-emoji }}" == "true" ]; then + if [ "${{ github.event.inputs.testpipeline }}" == "true" ]; then echo '{"pipeline":["testpipeline"]}' > pipeline_names.json else curl -O https://nf-co.re/pipeline_names.json