Skip to content

Commit

Permalink
git init
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Oct 10, 2024
1 parent 8c5c2b4 commit f67c80d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
--x-builtin-registry-versions-dir=./versions/ \
--x-builtin-ports-root=./ports
done
git config --global user.email "updatebot@open-vcpkg"
git config --global user.name "Update Bot"
git add versions
git commit --am --no-edit
Expand Down

0 comments on commit f67c80d

Please sign in to comment.