Skip to content

Commit b08d994

Browse files
rseseJamesMGreene
andauthored
Use path from repo root for Actions (github#20224)
Co-authored-by: James M. Greene <JamesMGreene@github.com>
1 parent 0dbabe4 commit b08d994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/graphql/update-files.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const { execSync } = require('child_process')
88
const graphqlDataDir = path.join(process.cwd(), 'data/graphql')
99
const graphqlStaticDir = path.join(process.cwd(), 'lib/graphql/static')
1010
const { getContents, listMatchingRefs } = require('../helpers/git-utils')
11-
const dataFilenames = JSON.parse(fs.readFileSync('./utils/data-filenames.json'))
11+
const dataFilenames = JSON.parse(fs.readFileSync('./script/graphql/utils/data-filenames.json'))
1212
const allVersions = require('../../lib/all-versions')
1313
const processPreviews = require('./utils/process-previews')
1414
const processUpcomingChanges = require('./utils/process-upcoming-changes')

0 commit comments

Comments
 (0)