Skip to content

Commit

Permalink
chore: fix merge commit (take 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Nov 5, 2024
1 parent 996ed24 commit 20b463c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ jobs:
git config --global core.autocrlf false
git config --global core.symlinks true
# Use github action user for the commit
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
Expand Down

0 comments on commit 20b463c

Please sign in to comment.