more debugging, why is output not coming through in next step

This commit is contained in:
Chris Oloff 2025-01-01 14:27:48 +02:00
parent 22ff2f2c04
commit 94931ef4e3

View File

@ -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"