confluence-markdown-sync/action.yml

26 lines
574 B
YAML
Raw Permalink Normal View History

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