You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating JSON block for other operations, also pass original repo information so we can set status back
Right now
const commitMessageInstructions = getInstallJson(
npm,
env,
platform,
shortNpmVersion, // use as version as branch name on test projects
commitInfo && commitInfo.sha
)
const jsonBlock = toMarkdownJsonBlock(commitMessageInstructions)
Note that produces block has the commit SHA
The text was updated successfully, but these errors were encountered:
When creating JSON block for other operations, also pass original repo information so we can set status back
Right now
Note that produces block has the commit SHA
The text was updated successfully, but these errors were encountered: