mirror of
https://github.com/creyD/changelog_action.git
synced 2026-04-12 12:10:30 +02:00
Fixed bug where the action would run in the wrong directory
This commit is contained in:
@@ -3,4 +3,6 @@
|
||||
# x would be for showing the commands before they are executed
|
||||
set -eux
|
||||
|
||||
cd "$GITHUB_ACTION_PATH"
|
||||
|
||||
git log --oneline --decorate $INPUT_BASE_REF..$INPUT_HEAD_REF --format=%B -n 1
|
||||
|
||||
Reference in New Issue
Block a user