diff --git a/lib.sh b/lib.sh index 626711e..fefe6ae 100644 --- a/lib.sh +++ b/lib.sh @@ -2,7 +2,7 @@ _switch_to_repository() { echo "INPUT_REPOSITORY value: $INPUT_REPOSITORY"; - 'cd $INPUT_REPOSITORY' + cd $INPUT_REPOSITORY } _git_is_dirty() {