add env debug output

This commit is contained in:
Chris Oloff 2025-01-01 14:18:42 +02:00
parent ae138368b1
commit 22ff2f2c04

View File

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