We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a664561 commit a60f7daCopy full SHA for a60f7da
.github/workflows/auto-pr-new.yml
@@ -35,7 +35,7 @@ jobs:
35
fi
36
git -v
37
git config user.name "github-actions[bot]"
38
- git config user.email "41898282+github-actions[bot]@users.noreply.github.com" git checkout $NEXT_BRANCH
+ git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
39
git checkout $NEXT_BRANCH
40
FROM=${{github.event.commits[0].id}}
41
TO=${{github.event.head_commit.id}}
0 commit comments