Skip to content

Commit 55a968d

Browse files
committed
configure git for the push
1 parent fc01256 commit 55a968d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

create.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ fi
1515

1616
INPUT="$1"
1717

18+
git config --global user.email "support@github.com"
19+
git config --global user.name "Dependabot Standalone"
20+
git config --global advice.detachedHead false
21+
1822
# Parse each create_pull_request event
1923
jq -c 'select(.type == "create_pull_request")' "$INPUT" | while read -r event; do
2024
# Extract fields

0 commit comments

Comments
 (0)