4 Commits

Author SHA1 Message Date
Jonathan Sundquist 0a7e7c5d0c fix(confluence-to-markdown): update config struture
This change is being implemented so there is not a conflict between
confluence-to-markdown and the confluence search plugin. Both items
make use of `confluence.auth`. The confluence-to-markdown expects
`auth` to be a string where as within the search plugin it is an
object. Similarly both items expect a username and password or a
token. In order to elimiate the duplicate code, this action is being
updated to make use of the `auth` object and all items moving under
this object.

Signed-off-by: Jonathan Sundquist <jsundquist@gmail.com>
2023-07-05 09:35:40 -05:00
Andre Wanlin 3a4795b058 Changes based on feedback
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
2023-05-24 12:46:40 -05:00
Andre Wanlin 8492db6cbc Large refactor based on feedback
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
2023-05-24 12:23:19 -05:00
Andre Wanlin 5762f99397 Added config schema
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
2023-05-24 12:23:19 -05:00