Skip to content

Commit

Permalink
push with origin and branch
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu committed May 4, 2023
1 parent 8c9732c commit b49e9e6
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 @@ -182,7 +182,7 @@ def publish(branch_name, html_files):
repo.index.commit('Latest ReSpec HTML')

# push to the origin (assumed to be the first remote)
repo.git.push(force=True)
repo.git.push('origin', branch_name, force=True)

if __name__ == "__main__":
parser = argparse.ArgumentParser()
Expand Down

0 comments on commit b49e9e6

Please sign in to comment.