Skip to content

Commit

Permalink
Add more test workflow stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
danudey committed Jul 4, 2024
1 parent 34e8184 commit 50826ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check_release_notes.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def get_env(env_name):

gh = github.Github()

repo_name = get_env("GH_REPO")
repo_name = get_env("GITHUB_REPOSITORY")
pr_number = github_data['number']

repo = gh.get_repo(repo_name)
Expand Down

0 comments on commit 50826ae

Please sign in to comment.