-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yml
39 lines (39 loc) · 1.13 KB
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name: markdown-to-confluence-sync
description: This syncs a given directory or single file as child page(s) to a Confluence parent ID page.
branding:
icon: upload-cloud
color: green
inputs:
cloud:
description: the Confluence cloud instance name
required: true
user:
description: the user with sufficient privileges to create pages
required: true
token:
description: user token
required: true
parent_page_id:
description: the page ID of the parent page. The childpages will appear under this page.
required: true
space_key:
description: the Confluence space key
required: true
input_directory:
description: the directory or directories (comma seperated) with markdown files to sync
required: false
input_file:
description: the location of the markdown file to sync
required: false
exclude_files:
description: markdown files to exclude from syncing
required: false
full_width:
description: create Confluence page in full-width
required: false
outputs:
links:
description: title and link of uploaded or updated page(s)
runs:
using: docker
image: Dockerfile