mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-08 08:06:27 +00:00
add entrypoint script
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user