Content deleted Content added
Syncing script from GitHub (via script) |
fix |
||
Line 8:
const repoName = 'wikipedia-scripts';
const latestCommitHash = (await (await fetch(`https://api.github.com/repos/${repoOwner}/${repoName}/commits`)).json())[0].sha;
mw.util.addPortletLink('p-cactions', '#', 'Sync user scripts from GitHub', 'sync-scripts');
|