Skip to content

Commit

Permalink
[skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
gesinn-it-gea committed Aug 5, 2024
1 parent 0b6cbdb commit b318a25
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/update-submodules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
git branch -D $BRANCH_NAME
fi
# Set up Git identity
git config user.name "GitHub Actions"
git config user.email "[email protected]"
# Create a new branch and make changes
git checkout -b $BRANCH_NAME
git add .
Expand Down

0 comments on commit b318a25

Please sign in to comment.