mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-07 19:47:25 +00:00
add entrypoint script
This commit is contained in:
parent
1b962dd38a
commit
654f92698f
2 changed files with 2 additions and 7 deletions
|
|
@ -19,10 +19,4 @@ branding:
|
|||
icon: 'umbrella'
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: |
|
||||
curl -s https://codecov.io/bash | bash -s -- \
|
||||
# -f ${inputs.file} \
|
||||
# -t ${inputs.token} \
|
||||
# -y ${inputs.conf} \
|
||||
# -F ${inputs.flags} \
|
||||
# -Z || echo 'Codecov upload failed'
|
||||
main: 'entrypoint.sh'
|
||||
1
entrypoint.sh
Normal file
1
entrypoint.sh
Normal file
|
|
@ -0,0 +1 @@
|
|||
echo "Hello World"
|
||||
Loading…
Reference in a new issue