Skip to content

Commit

Permalink
Fix repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
b4handjr committed Aug 6, 2024
1 parent 6a50fd5 commit 23ca791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/check_experimenter_and_start_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
versions = requests.get("https://whattrainisitnow.com/api/firefox/releases/").json()

def trigger_github_action(slug, branch, firefox_version, workflow_id):
url = f'https://api.github.com/repos/mozilla/jrbenny35/actions/workflows/{workflow_id}/dispatches'
url = f'https://api.github.com/repos/jrbenny35/klaatu/actions/workflows/{workflow_id}/dispatches'
inputs = {
'slug': slug,
'branch': branch,
Expand Down

0 comments on commit 23ca791

Please sign in to comment.