We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4640237 commit 39649f7Copy full SHA for 39649f7
entrypoint.sh
@@ -8,9 +8,9 @@ BRANCH_NAME=${GITHUB_HEAD_REF:-$GITHUB_REF_NAME}
8
9
git pull origin ${BRANCH_NAME}
10
11
-echo "Searching for code snippets in $README_PATHS..."
+echo "Searching for code snippets..."
12
13
-poetry run python /app/src/main.py
+poetry run python /app/code_embedder/main.py
14
15
if [ $? -ne 0 ]; then
16
exit 1
0 commit comments