add entrypoint script

This commit is contained in:
“ibrahim0814”
2019-08-06 09:26:39 -07:00
parent 1b962dd38a
commit 654f92698f
2 changed files with 2 additions and 7 deletions

View File

@@ -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
View File

@@ -0,0 +1 @@
echo "Hello World"