From cf70ca862e3de92edeef4c4d48b2dd11b2a4ae42 Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Fri, 8 Mar 2024 18:39:47 -0800 Subject: [PATCH] fix: move to composite action --- action.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index e5c6de5..16399af 100644 --- a/action.yml +++ b/action.yml @@ -108,5 +108,9 @@ branding: color: 'red' icon: 'umbrella' runs: - using: 'node20' - main: 'dist/index.js' + using: 'composite' + steps: + - id: codecov-upload + run: | + echo "meow" + shell: bash