Skip to content

Commit

Permalink
Update update_versions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
skoc10 committed Apr 24, 2023
1 parent 6e464d1 commit a96d300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/update_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def update_latest_versions():

def create_pr():
g = Github(os.environ["GITHUB_TOKEN"])
repo = g.get_repo("skoc10/my_project")
repo = g.get_repo("skoc10/my_projects")

branch_name = f"update-latest-versions-{os.environ['GITHUB_REF'].split('/')[-1]}"
base = repo.get_branch("main")
Expand Down

0 comments on commit a96d300

Please sign in to comment.