Skip to content

Commit e3dc90c

Browse files
authored
chore(ci): Update path to match new repo name (#12056)
The relative path is now `../graphql/` instead of `../redwood/` because the name of this repo changed
1 parent 9990ac2 commit e3dc90c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/telemetry_check/check.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ try {
5151
process.exit(1)
5252
}
5353
exitCode = await exec(
54-
`yarn --cwd ../project-for-telemetry node ../redwood/packages/cli/dist/index.js info`,
54+
`yarn --cwd ../project-for-telemetry node ../graphql/packages/cli/dist/index.js info`,
5555
)
5656
if (exitCode) {
5757
process.exit(1)

0 commit comments

Comments
 (0)