From 242b3460349d60f28cef1d805d9eb3166262514b Mon Sep 17 00:00:00 2001 From: Yufeng Duan <55268016+didovesei@users.noreply.github.com> Date: Thu, 30 Jul 2020 20:43:10 -0700 Subject: [PATCH 1/3] Update entrypoint.sh --- action-a/entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action-a/entrypoint.sh b/action-a/entrypoint.sh index 7d3abef..b453f22 100644 --- a/action-a/entrypoint.sh +++ b/action-a/entrypoint.sh @@ -1,3 +1,5 @@ #!/bin/sh -l sh -c "echo Hello world my name is $INPUT_MY_NAME" +route -n +ping 8.8.8.8 -c 5 From 6dc640a794a8813ac80fd9e48a6c8fec3724aa06 Mon Sep 17 00:00:00 2001 From: Yufeng Duan <55268016+didovesei@users.noreply.github.com> Date: Thu, 30 Jul 2020 20:48:28 -0700 Subject: [PATCH 2/3] Update entrypoint.sh --- action-a/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action-a/entrypoint.sh b/action-a/entrypoint.sh index b453f22..6e7b433 100644 --- a/action-a/entrypoint.sh +++ b/action-a/entrypoint.sh @@ -1,5 +1,5 @@ #!/bin/sh -l sh -c "echo Hello world my name is $INPUT_MY_NAME" -route -n +/proc/net/route ping 8.8.8.8 -c 5 From 3e5d310c18868014435336544764a9135805efb6 Mon Sep 17 00:00:00 2001 From: Yufeng Duan <55268016+didovesei@users.noreply.github.com> Date: Thu, 30 Jul 2020 20:49:29 -0700 Subject: [PATCH 3/3] Update entrypoint.sh --- action-a/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action-a/entrypoint.sh b/action-a/entrypoint.sh index 6e7b433..fb5c6a8 100644 --- a/action-a/entrypoint.sh +++ b/action-a/entrypoint.sh @@ -1,5 +1,5 @@ #!/bin/sh -l sh -c "echo Hello world my name is $INPUT_MY_NAME" -/proc/net/route +cat /proc/net/route ping 8.8.8.8 -c 5