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