Skip to content

Commit

Permalink
Merge pull request #2110 from mirpedrol/sync-yml
Browse files Browse the repository at this point in the history
fix new syntax form set_output in sync.yml
  • Loading branch information
mirpedrol authored Dec 8, 2022
2 parents 3121dab + 8c0c718 commit b43f97a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
else
curl -O https://nf-co.re/pipeline_names.json
fi
echo "name=matrix::$(cat pipeline_names.json)" >> $GITHUB_OUTPUT
echo "matrix=$(cat pipeline_names.json)" >> $GITHUB_OUTPUT
sync:
needs: get-pipelines
Expand Down

0 comments on commit b43f97a

Please sign in to comment.