mirror of
https://github.com/creyD/changelog_action.git
synced 2026-04-12 20:20:30 +02:00
Added execution rights to file
This commit is contained in:
2
entrypoint.sh
Normal file → Executable file
2
entrypoint.sh
Normal file → Executable 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
|
||||
|
||||
Reference in New Issue
Block a user