Skip to content

Commit

Permalink
Merge pull request #48 from ubiquity-os/development
Browse files Browse the repository at this point in the history
Merge development into main
  • Loading branch information
gentlementlegen authored Jan 7, 2025
2 parents 594cc70 + 8cd118a commit 20e2d0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/comment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ async function createStructuredMetadataWithMessage(context: Context, message: Lo
const runUrl = PluginRuntimeInfo.getInstance().runUrl;
const version = await PluginRuntimeInfo.getInstance().version;

const ubiquityMetadataHeader = `<!-- ${HEADER_NAME} - ${runUrl} - ${callingFnName} - ${version} - @${instigatorName}`;
const ubiquityMetadataHeader = `<!-- ${HEADER_NAME} - ${callingFnName} - ${version} - @${instigatorName} - ${runUrl}`;

let metadataSerialized: string;
const metadataSerializedVisible = ["```json", jsonPretty, "```"].join("\n");
Expand Down
2 changes: 1 addition & 1 deletion tests/sdk.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ describe("SDK worker tests", () => {
! test error
\`\`\`
<!-- UbiquityOS - http://localhost - createPlugin.name - 1234 - @gentlementlegen
<!-- UbiquityOS - createPlugin.name - 1234 - @gentlementlegen - http://localhost
{
"caller": "createPlugin.name"
}
Expand Down

0 comments on commit 20e2d0f

Please sign in to comment.