From: Thomas Hagebols Date: Mon, 11 Jan 2021 16:23:11 +0000 (+0100) Subject: Set gh action entrypoint interpreter to bash (#1919) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/3d0689470752daedf7ef2bc9e602478ea31c0430?ds=inline Set gh action entrypoint interpreter to bash (#1919) --- diff --git a/action/entrypoint.sh b/action/entrypoint.sh index 92501f7..50f9472 100755 --- a/action/entrypoint.sh +++ b/action/entrypoint.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash set -e # If no arguments are given use current working directory