add env debug output
This commit is contained in:
parent
ae138368b1
commit
22ff2f2c04
1 changed files with 1 additions and 0 deletions
|
|
@ -2,4 +2,5 @@
|
||||||
|
|
||||||
echo "Hello $1"
|
echo "Hello $1"
|
||||||
time=$(date)
|
time=$(date)
|
||||||
|
env
|
||||||
echo "time=$time" >>"$GITHUB_OUTPUT"
|
echo "time=$time" >>"$GITHUB_OUTPUT"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue