Update lib.sh

This commit is contained in:
Stefan Zweifel 2019-12-12 21:14:38 +01:00
parent 560cf49647
commit 3f6e990b1e

2
lib.sh
View File

@ -2,7 +2,7 @@
_switch_to_repository() { _switch_to_repository() {
echo "INPUT_REPOSITORY value: $INPUT_REPOSITORY"; echo "INPUT_REPOSITORY value: $INPUT_REPOSITORY";
cd $INPUT_REPOSITORY 'cd $INPUT_REPOSITORY'
} }
_git_is_dirty() { _git_is_dirty() {