Skip to content

Commit 1481f87

Browse files
committed
fix: change openapi.json path
1 parent 70960a5 commit 1481f87

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export async function run(): Promise<void> {
4545
// parse two openapi files
4646
const baseBranch = process.env.GITHUB_BASE_REF!
4747
const headBranch = process.env.GITHUB_HEAD_REF!
48-
const filePath = './openapi.json'
48+
const filePath = 'openapi.json'
4949

5050
const baseFile = JSON.parse(
5151
getFileFromBranch(baseBranch, filePath).toString()

0 commit comments

Comments
 (0)