We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca882a7 commit 20c547aCopy full SHA for 20c547a
packages/cli-v3/src/rules/manifest.ts
@@ -126,7 +126,7 @@ export class GithubRulesManifestLoader implements RulesManifestLoader {
126
127
async loadRulesFile(relativePath: string): Promise<string> {
128
const response = await fetch(
129
- `https://raw.githubusercontent.com/triggerdotdev/trigger.dev/refs/heads/${this.branch}/${relativePath}`
+ `https://raw.githubusercontent.com/triggerdotdev/trigger.dev/refs/heads/${this.branch}/rules/${relativePath}`
130
);
131
132
if (!response.ok) {
0 commit comments