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

Commit 68ba7f7

Browse files
committed
not working agian...
1 parent 49f6159 commit 68ba7f7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

actions/entrypoint.sh

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

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

0 commit comments

Comments
 (0)