Skip to content

Commit

Permalink
Add more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Jan 27, 2024
1 parent b491b87 commit 1fff009
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1fff009

Please sign in to comment.