diff --git a/entrypoint.sh b/entrypoint.sh index 213f510..695a1f5 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -7,4 +7,12 @@ echo "**** DEBUG from inside the container" export echo "---- END -----" +echo "---- mounted filesystems" +mount +echo "----- end" + +echo "++++ triggering event" +cat "$GITHUB_EVENT_PATH" | jq +echo "+++++ END" + echo "time=$time" >> $GITHUB_OUTPUT