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.
2 parents a50b73a + d92b5d6 commit 566bdcdCopy full SHA for 566bdcd
src/handlers/docs_update.rs
@@ -67,7 +67,7 @@ pub async fn docs_update() -> Result<Option<Issue>> {
67
let dest_repo = gh.repository(DEST_REPO).await?;
68
let work_repo = gh.repository(WORK_REPO).await?;
69
70
- let updates = get_submodule_updates(&gh, &work_repo).await?;
+ let updates = get_submodule_updates(&gh, &dest_repo).await?;
71
if updates.is_empty() {
72
tracing::trace!("no updates this week?");
73
return Ok(None);
0 commit comments