aboutsummaryrefslogtreecommitdiffstats
path: root/action-a/entrypoint.sh
diff options
context:
space:
mode:
authorJan T <jans.tuomi@gmail.com>2019-08-21 13:49:27 +0300
committerGitHub <noreply@github.com>2019-08-21 13:49:27 +0300
commit48844a5e382e3bee2ce9e5894cd9904a82764b86 (patch)
tree10efcef3085ef0e08ab50b73ad0d53d0f01001fa /action-a/entrypoint.sh
parent26e1d5ee12f2485ea625c03d3ca4e731db7d4646 (diff)
parent6690e87c9c091bc189abd85ae841345fed8efc48 (diff)
Merge pull request #2 from jantuomi/first-actionmaster
Add Dockerfile
Diffstat (limited to 'action-a/entrypoint.sh')
-rwxr-xr-xaction-a/entrypoint.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/action-a/entrypoint.sh b/action-a/entrypoint.sh
new file mode 100755
index 0000000..d262d66
--- /dev/null
+++ b/action-a/entrypoint.sh
@@ -0,0 +1,3 @@
+#!/bin/sh -l
+
+sh -c "echo Hello world my name is $MY_NAME"