Skip to content

Commit

Permalink
chore: fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-capellari committed Apr 27, 2023
1 parent b73d372 commit 5829746
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 @@ -153,8 +153,8 @@ jobs:

- name: Commit bundle files
run: |
git config --global user.name 'Boobrie'
git config --global user.email 'boobrie@users.noreply.github.com'
git config --global user.name 'github-actions'
git config --global user.email 'github-actions@github.com'
if `git diff --quiet --exit-code`
then
Expand Down

0 comments on commit 5829746

Please sign in to comment.