Skip to content

Conversation

@DominicVonkPON
Copy link
Contributor

No description provided.

Signed-off-by: Dominic Vonk <dominic.vonk@pon.com>
import os from 'node:os';
import path from 'node:path';
import axios from 'axios';
import { ConfluenceClient } from 'confluence.js';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's confusing :)
Was wondering why I don't see a confluence.js file, but I see it's a package https://www.npmjs.com/package/confluence.js

@@ -0,0 +1,34 @@
{
"name": "markdown-to-confluence",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should create a pondevelopment package for this (@pondevelopment/markdown-to-confluence)

@@ -0,0 +1,2 @@
#!/bin/bash
node /main.js No newline at end of file
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you create a package for it, you can also do npx @pondevelopment/markdown-to-confluence
So you dont have to add js stuff in this action.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants