Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
#### Deprecated
#### Removed

## [1.2.0] - 2025-03-13

### Changed

* chore(deps): Bump @tid-xcut/markdown-confluence-sync from 1.0.1 to 1.1.0 (Preprocess hook)

## [1.1.1] - 2025-02-20

### Fixed
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

This action syncs markdown files to Confluence using the [Markdown Confluence Sync](https://github.com/Telefonica/cross-confluence-tools/tree/main/components/markdown-confluence-sync) library.


## Table of contents

- [Features](#features)
Expand Down Expand Up @@ -172,6 +171,9 @@ The action accepts a configuration file in the root of the repository, and it ca
| `log-level` | Log level: `silent`, `silly`, `debug`, `verbose`, `info`, `warn`, `error` | No | `info` |
| `cwd` | Current working directory. Path from where resolve `docs-dir`, `files-pattern`, and search for the configuration file | No | `.` |

> [!NOTE]
> Some markdown-confluence-sync options are not available as inputs in the action, as `preprocessor`. If you need to use them, you can set them in the [configuration file](#configuration-file) or using [environment variables](#environment-variables). Refer to the [Markdown Confluence Sync library docs](https://github.com/Telefonica/cross-confluence-tools/tree/main/components/markdown-confluence-sync#configuration-file) for further info about all available options.

### Configuration file

It supports many patterns for naming the file, as well as file formats.
Expand Down
41 changes: 34 additions & 7 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "markdown-confluence-sync-action",
"description": "GitHub Action to sync markdown files to Confluence",
"version": "1.1.1",
"version": "1.2.0",
"author": "Telefónica Innovación Digital",
"homepage": "https://github.com/Telefonica/markdown-confluence-sync-action",
"repository": {
Expand Down Expand Up @@ -59,7 +59,7 @@
"license": "Apache-2.0",
"dependencies": {
"@actions/core": "1.11.1",
"@tid-xcut/markdown-confluence-sync": "1.0.1",
"@tid-xcut/markdown-confluence-sync": "1.1.0",
"yaml": "2.6.1"
},
"devDependencies": {
Expand Down
Loading