Skip to content

Commit 2bf3061

Browse files
committed
Ordering
1 parent 0262d4a commit 2bf3061

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ jobs:
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.PAT }}
3434
run: |
35+
git config --global user.email github-actions@github.com
36+
git config --global user.name github-actions
3537
git add -A
3638
git commit -m "Release manifest update"
3739
git push origin $target_branch
38-
git config --global user.email github-actions@github.com
39-
git config --global user.name github-actions
4040
- name: Create pull request
4141
env:
4242
GITHUB_TOKEN: ${{ secrets.PAT }}

0 commit comments

Comments
 (0)