Skip to content

Commit

Permalink
Merge pull request #48 from 89Q12/patch-1
Browse files Browse the repository at this point in the history
Update git repo url
  • Loading branch information
89Q12 authored Jan 17, 2024
2 parents 1643ee1 + c13dc0b commit ff8c298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e5e/trigger.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def _trigger_goanxio_workflow():
auth = ('%s:%s' % (cfg_gh_token_user, cfg_gh_token))
encoded_auth = base64.b64encode(auth.encode('ascii')).decode('ascii')

url = 'https://api.github.com/repos/anexia-it/go.anx.io/dispatches'
url = 'https://api.github.com/repos/anexia/go.anx.io/dispatches'

request = urllib.request.Request(
url,
Expand Down

0 comments on commit ff8c298

Please sign in to comment.