Skip to content

Commit 51484b6

Browse files
copy .github too
1 parent 0af0d4d commit 51484b6

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
@@ -29,6 +29,7 @@ ls -la "$CLONE_DIR"
2929

3030
TARGET_DIR=$(mktemp -d)
3131
mv "$CLONE_DIR/.git" "$TARGET_DIR"
32+
mv "$CLONE_DIR/.github" "$TARGET_DIR"
3233

3334
echo "Copying contents to git repo"
3435
cp -ra "$SOURCE_DIRECTORY"/. "$TARGET_DIR"

0 commit comments

Comments
 (0)