Skip to content

Commit

Permalink
Add missing Git config
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinkrzeminski committed Sep 17, 2024
1 parent c9e133b commit 3caaff0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-to-stream-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
# Use the release bundle as the work tree.
export GIT_WORK_TREE="$SRC_DIR"
git config --global user.name "XWP Deploy Bot"
git config --global user.email "[email protected]"
git add --all
git commit --allow-empty --message "$COMMIT_MESSAGE"
Expand Down

0 comments on commit 3caaff0

Please sign in to comment.