We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0262d4a commit 2bf3061Copy full SHA for 2bf3061
.github/workflows/release-pr.yml
@@ -32,11 +32,11 @@ jobs:
32
env:
33
GITHUB_TOKEN: ${{ secrets.PAT }}
34
run: |
35
+ git config --global user.email github-actions@github.com
36
+ git config --global user.name github-actions
37
git add -A
38
git commit -m "Release manifest update"
39
git push origin $target_branch
- git config --global user.email github-actions@github.com
- git config --global user.name github-actions
40
- name: Create pull request
41
42
0 commit comments