mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-10 04:57:24 +00:00
fix: move to composite action
This commit is contained in:
parent
4e27f93862
commit
cf70ca862e
1 changed files with 6 additions and 2 deletions
|
|
@ -108,5 +108,9 @@ branding:
|
||||||
color: 'red'
|
color: 'red'
|
||||||
icon: 'umbrella'
|
icon: 'umbrella'
|
||||||
runs:
|
runs:
|
||||||
using: 'node20'
|
using: 'composite'
|
||||||
main: 'dist/index.js'
|
steps:
|
||||||
|
- id: codecov-upload
|
||||||
|
run: |
|
||||||
|
echo "meow"
|
||||||
|
shell: bash
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue