Skip to content

Commit 05e89bf

Browse files
author
Greg Bowler
committed
Do not automatically set a default for bootstrap
1 parent 9b403f3 commit 05e89bf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ inputs:
4343
bootstrap:
4444
description: Path to bootstrap file
4545
required: false
46-
default: vendor/autoload.php
4746

4847
filter:
4948
description: Filter which tests to run

entrypoint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PATH=/tmp/vendor/bin:$PATH
44

55
if [ -n "$action_php_version" ]
66
then
7-
echo "Using PHP version $action_php_version"
7+
echo "Using PHP version: $action_php_version"
88
switch-php-version $action_php_version
99
fi
1010

0 commit comments

Comments
 (0)