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 4ad60cc commit e619383Copy full SHA for e619383
entrypoint.sh
@@ -21,6 +21,7 @@ rsync --exclude="/.*/" --exclude=".*/" -tamv . $OUTPUT_DIR --delete
21
ls $OUTPUT_DIR
22
23
cd "$CLONE_DIR"
24
+git config --global --add safe.directory $CLONE_DIR
25
git checkout -b "$INPUT_DESTINATION_HEAD_BRANCH"
26
27
echo "Adding git commit"
0 commit comments