confluence-markdown-sync/action.yml

26 lines
574 B
YAML
Raw Normal View History

2020-12-13 11:14:35 +00:00
# action.yml
2022-12-08 15:00:30 +00:00
name: confluence-markdown-sync
description: Copy content of a markdown file to a confluence site
2020-12-13 15:33:14 +00:00
branding:
2022-12-08 15:00:30 +00:00
icon: upload-cloud
color: blue
2020-12-13 11:14:35 +00:00
inputs:
2022-12-08 15:00:30 +00:00
from:
description: Path to the markdown file. Relative to root of repository
2020-12-13 15:14:13 +00:00
required: true
to:
2022-12-08 15:00:30 +00:00
description: The page ID in confluence
2020-12-13 15:14:13 +00:00
required: true
cloud:
2022-12-08 15:00:30 +00:00
description: Atlassian Cloud ID
2020-12-13 15:14:13 +00:00
required: true
user:
2022-12-08 15:00:30 +00:00
description: Username of the token user
2020-12-13 15:14:13 +00:00
required: true
token:
2022-12-08 15:00:30 +00:00
description: Token for the user
2020-12-13 11:14:35 +00:00
required: true
runs:
2022-12-08 15:00:30 +00:00
using: docker
image: Dockerfile