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

Commit c1a4e4f

Browse files
committed
trying different entrypoint
1 parent 20e313a commit c1a4e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/entrypoint.sh

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

3-
sh -c "container-diff $*"
3+
sh -c "exec /go/bin/container-diff $*"

0 commit comments

Comments
 (0)