mirror of
https://github.com/reecetech/version-increment.git
synced 2025-12-21 06:25:44 +00:00
Fix for composite actions not having INPUT_ vars
See: https://github.com/actions/runner/issues/665
This commit is contained in:
@@ -20,7 +20,7 @@ function init_repo {
|
||||
@test "fails if invalid scheme given" {
|
||||
init_repo
|
||||
|
||||
export INPUT_SCHEME="foover"
|
||||
export scheme="foover"
|
||||
|
||||
run ../../version-lookup.sh
|
||||
|
||||
@@ -81,7 +81,7 @@ function init_repo {
|
||||
@test "returns a calver if no normal version detected and calver scheme specified" {
|
||||
init_repo
|
||||
|
||||
export INPUT_SCHEME="calver"
|
||||
export scheme="calver"
|
||||
|
||||
run ../../version-lookup.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user