Skip to content

Commit f2df843

Browse files
authored
fix: Fix pushing of changes made by GA in entrypoint.sh
fix: Fix pushing of changes made by GA in entrypoint.sh
2 parents 082ddb1 + 5f951ed commit f2df843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ fi
1919
if [ -n "$(git status -s)" ]; then
2020

2121
echo "Changes to commit..."
22-
git add $README_PATHS
22+
git add .
2323
git diff --staged
2424
git commit -m "docs: Apply Code Embedder"
2525
git push origin ${BRANCH_NAME}

0 commit comments

Comments
 (0)