diff --git a/src/main.sh b/src/main.sh index b3db312..9af86bf 100644 --- a/src/main.sh +++ b/src/main.sh @@ -45,8 +45,8 @@ echo "GIT_HOST: ${GIT_HOST}" if [ -n "${INPUT_CREATE}" ];then echo "Attempting Create Repository: ${INPUT_CREATE}" set +e - # shellcheck source=./codeberg.sh disable=SC1091 - source ./codeberg.sh + # shellcheck source=/src/codeberg.sh + source /src/codeberg.sh set -e fi