Skip to content

Commit

Permalink
try a real email
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu committed May 4, 2023
1 parent b49e9e6 commit dc464b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion respec_action.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def publish(branch_name, html_files):
# set user to commit as
config = repo.config_writer()
config.add_section('user')
config.set('user', 'email', '<>')
config.set('user', 'email', 'ehs@pobox.com')
config.set('user', 'name', 'respec-action')

# commit the new HTML files
Expand Down

0 comments on commit dc464b1

Please sign in to comment.