Update docker_action.yaml
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
#!/bin/sh -l
|
||||
|
||||
# get the input parameter
|
||||
echo "Arg received $1"
|
||||
echo "Arg received from entrypoint.sh: $1"
|
||||
|
||||
# list the working directory
|
||||
echo "Workdir:"
|
||||
echo "Workdir from entrypoint.sh:"
|
||||
ls -la
|
||||
|
||||
# get name and store it to name.txt
|
||||
|
||||
Reference in New Issue
Block a user