Skip to content

Commit

Permalink
Add git config user and email to deploy_unified_header.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
tzlaine committed Jan 18, 2024
1 parent 33d0e2a commit 22bf642
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy_unified_header.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ jobs:
git fetch
git switch single_header
mv ${{github.workspace}}/onebig.hpp ${{github.workspace}}/include/boost/parser/parser_unified.hpp
git config user.name 'Zach Laine'
git config user.email 'whatwasthataddress@gmail.com'
git commit -am 'Generated by Github action on push to master.'

0 comments on commit 22bf642

Please sign in to comment.