# entrypoint.sh draft ```sh # #!/bin/sh # set -eu # exec node /action/src/index.js "$@" ```