Skip to content

Commit

Permalink
Fix Source
Browse files Browse the repository at this point in the history
  • Loading branch information
smashedr committed Sep 26, 2024
1 parent 64119d2 commit 24d2b1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 24d2b1b

Please sign in to comment.