Set gh action entrypoint interpreter to bash (#1919)

This commit is contained in:
Thomas Hagebols 2021-01-11 17:23:11 +01:00 committed by GitHub
parent ce269d2da5
commit 3d06894707
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
set -e
# If no arguments are given use current working directory