Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Commit d547699

Browse files
committed
adding print for debug
1 parent c1a4e4f commit d547699

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

actions/entrypoint.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#!/bin/sh -l
22

3-
sh -c "exec /go/bin/container-diff $*"
3+
echo "$@"
4+
sh -c "exec /go/bin/container-diff ${@}"

0 commit comments

Comments
 (0)