Skip to content

Commit a60f7da

Browse files
authored
fix (#644)
1 parent a664561 commit a60f7da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-pr-new.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
fi
3636
git -v
3737
git config user.name "github-actions[bot]"
38-
git config user.email "41898282+github-actions[bot]@users.noreply.github.com" git checkout $NEXT_BRANCH
38+
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
3939
git checkout $NEXT_BRANCH
4040
FROM=${{github.event.commits[0].id}}
4141
TO=${{github.event.head_commit.id}}

0 commit comments

Comments
 (0)