Skip to content

Commit

Permalink
Update commons-update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
athulvis authored Dec 10, 2023
1 parent 26c3a94 commit 6db1401
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/commons-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Generate user files
run: |
python -Werror::UserWarning -m pwb.py generate_user_files -site:${{matrix.site}} -user:${{ env.PYWIKIBOT_USERNAME }} -v -debug;
pwb generate_user_files -site:${{matrix.site}} -user:${{ env.PYWIKIBOT_USERNAME }} -v -debug;
echo "usernames['commons']['commons'] = '${{ env.PYWIKIBOT_USERNAME }}'" >> user-config.py
echo "max_retries = 3" >> user-config.py
Expand All @@ -58,4 +58,4 @@ jobs:
- name: Update Commons
timeout-minutes: 10
run: |
python pwb.py wikiupdater
pwb wikiupdater

0 comments on commit 6db1401

Please sign in to comment.