more debugging, why is output not coming through in next step
This commit is contained in:
parent
22ff2f2c04
commit
94931ef4e3
@ -2,5 +2,8 @@
|
|||||||
|
|
||||||
echo "Hello $1"
|
echo "Hello $1"
|
||||||
time=$(date)
|
time=$(date)
|
||||||
env
|
|
||||||
echo "time=$time" >>"$GITHUB_OUTPUT"
|
echo "time=$time" >>"$GITHUB_OUTPUT"
|
||||||
|
echo "env:"
|
||||||
|
env
|
||||||
|
echo "github output:"
|
||||||
|
cat "$GITHUB_OUTPUT"
|
||||||
|
Loading…
Reference in New Issue
Block a user