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 2b95e8b commit 47af125Copy full SHA for 47af125
ci/check-versions.js
@@ -21,7 +21,7 @@ const packages = [
21
'webdeployment-common',
22
];
23
24
-const gitDiffResult = execSync('git diff --name-only main', { encoding: 'utf8' }).split('\n');
+const gitDiffResult = execSync('git diff --name-only origin/main', { encoding: 'utf8' }).split('\n');
25
const changedFolders = new Set();
26
27
for (const filePath of gitDiffResult) {
0 commit comments