Skip to content

Commit

Permalink
fix: update git config for release pr workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
smrz2001 committed Feb 6, 2024
1 parent c070ebe commit 812189c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- run: |
- name: git config
run: |
git config --global --add safe.directory '*'
git config user.email "[email protected]"
git config user.name "Github Automation"
- name: Create release PR
Expand Down

0 comments on commit 812189c

Please sign in to comment.