mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-15 15:31:44 +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'
|
icon: 'umbrella'
|
||||||
runs:
|
runs:
|
||||||
using: 'node12'
|
using: 'node12'
|
||||||
main: |
|
main: 'entrypoint.sh'
|
||||||
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'
|
|
||||||
1
entrypoint.sh
Normal file
1
entrypoint.sh
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
echo "Hello World"
|
||||||
Loading…
Reference in a new issue