From 531bdde0e4e3e453bfe6acf45b7dfd7bca5e640d Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Mon, 4 Mar 2024 20:49:57 +0100 Subject: [PATCH] ci: remove extra dot --- .github/workflows/renovate-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate-ci.yml b/.github/workflows/renovate-ci.yml index 111b83b3..6a832a27 100644 --- a/.github/workflows/renovate-ci.yml +++ b/.github/workflows/renovate-ci.yml @@ -128,7 +128,7 @@ jobs: }); const baseConfig = JSON.parse(Buffer.from(baseContent.data.content, 'base64').toString('utf-8')) - const currentContent = await github..rest.repos.getContent({ + const currentContent = await github.rest.repos.getContent({ owner: context.repo.owner, repo: context.repo.repo, path: configFile,