ci: remove extra dot

This commit is contained in:
Nicolas Meienberger 2024-03-04 20:49:57 +01:00
parent a9f5f362af
commit 531bdde0e4

View File

@ -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,