Added execution rights to file

This commit is contained in:
2021-05-05 23:51:30 +02:00
parent 1772a817c2
commit ef93630c2a

2
entrypoint.sh Normal file → Executable file
View File

@@ -3,4 +3,6 @@
# x would be for showing the commands before they are executed
set -eux
echo $INPUT_HEAD_REF
echo $INPUT_REF
git log --oneline --decorate $INPUT_HEAD_REF..$INPUT_REF --format=%B -n 1