Skip to content

Commit

Permalink
note
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu committed May 4, 2023
1 parent ffa6fef commit e282891
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 @@ -171,7 +171,7 @@ def publish(branch_name, html_files):
branch = repo.branches[branch_names.index(branch_name)]
branch.checkout()

# set user to commit as
# set user to commit as (needs to be defined)
config = repo.config_writer()
config.add_section('user')
config.set('user', 'email', 'respec-action@example.com')
Expand Down

0 comments on commit e282891

Please sign in to comment.