Closed Eydamos closed 9 months ago
For the first push you do to a remote the CHANGED_FILES placeholder is empty
CHANGED_FILES
Steps to reproduce:
pre-push
Current behaviour: $CHANGED_FILES is empty
$CHANGED_FILES
Expected behaviour: $CHANGED_FILES list all changed files since the branch was created just like e.g. PhpStorm does when you push the changes
Fixed with version 5.20.0
5.20.0
Thanks for all the effort fixing this @Eydamos
For the first push you do to a remote the
CHANGED_FILES
placeholder is emptySteps to reproduce:
pre-push
action which uses theCHANGED_FILES
placeholderCurrent behaviour:
$CHANGED_FILES
is emptyExpected behaviour:
$CHANGED_FILES
list all changed files since the branch was created just like e.g. PhpStorm does when you push the changes