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 921ad38 commit b5bc478Copy full SHA for b5bc478
.github/actions/src/info/index.ts
@@ -43,7 +43,7 @@ export async function getRawPackages(gitRoot: string, maxDepth?: number) {
43
44
output[packageJson.name] = {
45
directory: currentDir,
46
- hasChanges: packagesWithResolutionChanges?.includes(packageJson.name) ?? hasChanges,
+ hasChanges: hasChanges || packagesWithResolutionChanges?.includes(packageJson.name),
47
package: packageJson
48
};
49
} catch (error) {
0 commit comments