C0: fix sync button location in manage-forgejo-mirrors
The verify step pointed to the main repo page, but the "Synchronize now" button is in the Mirror settings section of the settings page. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
57fd88b269
commit
35ae171783
2 changed files with 3 additions and 2 deletions
|
|
@ -0,0 +1 @@
|
|||
Fix manage-forgejo-mirrors verify step — sync button is on the repo settings page ("Synchronize now"), not the main repo page.
|
||||
|
|
@ -137,8 +137,8 @@ Return to [GitHub token settings](https://github.com/settings/tokens?type=beta)
|
|||
|
||||
Trigger a manual sync on one mirror to confirm the new PAT works:
|
||||
|
||||
1. Go to any mirror repo on forge (e.g., `mirrors/cloudnative-pg`)
|
||||
2. Click the sync button (circular arrows icon) next to the mirror status
|
||||
1. Go to any mirror repo's settings page on forge (e.g., `https://forge.eblu.me/mirrors/cloudnative-pg/settings`)
|
||||
2. In the "Mirror settings" section, click "Synchronize now"
|
||||
3. Confirm the sync completes without errors
|
||||
|
||||
## Related
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue