Skip to content

Commit e619383

Browse files
committed
Add safe dir
1 parent 4ad60cc commit e619383

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ rsync --exclude="/.*/" --exclude=".*/" -tamv . $OUTPUT_DIR --delete
2121
ls $OUTPUT_DIR
2222

2323
cd "$CLONE_DIR"
24+
git config --global --add safe.directory $CLONE_DIR
2425
git checkout -b "$INPUT_DESTINATION_HEAD_BRANCH"
2526

2627
echo "Adding git commit"

0 commit comments

Comments
 (0)