mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-08 03:57:26 +00:00
capture args in shell script
This commit is contained in:
parent
a96c599aa3
commit
6038a79ace
1 changed files with 2 additions and 0 deletions
|
|
@ -3,5 +3,7 @@
|
|||
# Exit if any subcommand fails
|
||||
set -eu
|
||||
|
||||
echo "hello $1"
|
||||
|
||||
# execute codecov global
|
||||
bash <(curl -s https://codecov.io/bash)
|
||||
Loading…
Reference in a new issue