Skip to content

Commit a24409f

Browse files
committed
.
1 parent 30c25c1 commit a24409f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nightly_detect_failure.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ jobs:
187187
// Get branch SHA first for durable URL
188188
try {
189189
const branchResponse = await github.rest.repos.getBranch({
190-
owner: context.repo.owner,
191-
repo: context.repo.repo,
190+
owner: 'leanprover-community',
191+
repo: 'mathlib4-nightly-testing'
192192
branch: branchName
193193
});
194194
sha = branchResponse.data.commit.sha;

0 commit comments

Comments
 (0)