confluence-markdown-sync/action.yml
cupcakearmy 59a6497240
initial
2020-12-13 16:14:13 +01:00

23 lines
548 B
YAML

# action.yml
name: 'confluence-markdown-sync'
description: 'Copy content of a markdown file to a confluence site'
inputs:
from:
description: 'Path to the markdown file. Relative to root of repository'
required: true
to:
description: 'The page ID in confluence'
required: true
cloud:
description: 'Atlassian Cloud ID'
required: true
user:
description: 'Username of the token user'
required: true
token:
description: 'Token for the user'
required: true
runs:
using: 'docker'
image: 'Dockerfile'