#!/bin/sh set -e if [ -n "$INPUT_WORKING_DIR" ]; then cd "$INPUT_WORKING_DIR" fi make all