Skip to content

Commit b5f475e

Browse files
authored
Merge pull request #462 from dappnode/marc/usevariantsinga
usevariants in buildandcomment
2 parents ccb0d15 + 66be784 commit b5f475e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/commands/githubActions/bumpUpstream

src/commands/githubActions/bumpUpstream/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ async function gaBumpUpstreamHandler({
146146
}
147147

148148
const gitHead = await getGitHead();
149-
await buildAndComment({ dir, commitSha: gitHead.commit, branch: branchName });
149+
await buildAndComment({ dir, commitSha: gitHead.commit, branch: branchName, all_variants: useVariants });
150150
}
151151

152152
/**

0 commit comments

Comments
 (0)