We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e29e6f7 commit 66e6c3eCopy full SHA for 66e6c3e
‎.github/actions.py‎
@@ -129,7 +129,7 @@ def update(pkg_name, version):
129
# Extract the URL from the onclick attribute
130
button = soup.find('button', id='repoHomepage')
131
if button:
132
- link = button.get("onclick")[len("openLinkInNewTab('"):-2]
+ link = button.get("onclick")[len("location.href='"):-1]
133
else:
134
raise Exception("Homepage URL not found")
135
0 commit comments