There was an error while loading. Please reload this page.
1 parent 49f6159 commit 68ba7f7Copy full SHA for 68ba7f7
actions/entrypoint.sh
@@ -1,3 +1,4 @@
1
-#!/bin/bash -l
+#!/bin/bash
2
3
-sh -c "exec /go/bin/container-diff ${@}"
+echo "$@"
4
+/go/bin/container-diff "${@}"
0 commit comments