File tree Expand file tree Collapse file tree 3 files changed +20
-1
lines changed
Expand file tree Collapse file tree 3 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 3333 files-pattern : ' README.md'
3434 confluence-url : ${{ vars.CONFLUENCE_URL }}
3535 confluence-root-page-id : ${{ vars.CONFLUENCE_ROOT_PAGE_ID }}
36+ confluence-root-page-name : " Cross"
37+ confluence-space-key : ${{ vars.CONFLUENCE_SPACE_KEY }}
38+ confluence-personal-access-token : ${{ secrets.CONFLUENCE_PAT }}
39+
40+ - name : Sync Changelog
41+ id : sync-changelog
42+ uses : ./
43+ with :
44+ mode : flat
45+ docs-dir : ' .'
46+ files-pattern : ' CHANGELOG.md'
47+ confluence-url : ${{ vars.CONFLUENCE_URL }}
48+ confluence-root-page-id : ${{ vars.CONFLUENCE_ROOT_PAGE_ID }}
49+ confluence-root-page-name : " Cross"
3650 confluence-space-key : ${{ vars.CONFLUENCE_SPACE_KEY }}
3751 confluence-personal-access-token : ${{ secrets.CONFLUENCE_PAT }}
Original file line number Diff line number Diff line change 1+ ---
2+ sync_to_confluence : true
3+ title : " [Markdown Confluence Sync] Releases"
4+ ---
5+
16# Changelog
27
38All notable changes to this project will be documented in this file.
Original file line number Diff line number Diff line change 11---
2- title : " [Cross] Markdown Confluence Sync"
32sync_to_confluence : true
3+ title : " [Cross] Markdown Confluence Sync"
44confluence_page_id : " 333418648"
55---
66
You can’t perform that action at this time.
0 commit comments