This commit is contained in:
Stefan Zweifel 2019-12-12 21:40:03 +01:00
parent 3f6e990b1e
commit dcfe3115ff

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() {