Skip to content

Commit cdea52e

Browse files
madkooCopilot
andauthored
Update index.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f255a63 commit cdea52e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ module.exports = (robot, { getRouter }, Settings = require('./lib/settings')) =>
418418
// Check if a config file already exists for the renamed repo name
419419
await context.octokit.request('GET /repos/{owner}/{repo}/contents/{path}', {
420420
owner: payload.repository.owner.login,
421-
repo: env.ADMIN_REPO,
421+
repo: env.ADMIN_REPO,
422422
path: newPath,
423423
headers: {
424424
'X-GitHub-Api-Version': '2026-03-10'

0 commit comments

Comments
 (0)