Fixed bug where the action would run in the wrong directory

This commit is contained in:
2021-05-05 23:57:54 +02:00
parent 3fc2be6b1e
commit e752a69760

View File

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