Update config to use properly named input param
This commit is contained in:
parent
edcc936564
commit
e79d57928a
2 changed files with 7 additions and 6 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#!/bin/sh -l
|
||||
|
||||
echo "Hello $1"
|
||||
set -e # fail if any command fails
|
||||
|
||||
time=$(date)
|
||||
echo "time=$time" >>"$GITHUB_OUTPUT"
|
||||
echo "env:"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue