confluence-markdown-sync/action.yml

23 lines
548 B
YAML
Raw Normal View History

2020-12-13 11:14:35 +00:00
# action.yml
2020-12-13 15:14:13 +00:00
name: 'confluence-markdown-sync'
description: 'Copy content of a markdown file to a confluence site'
2020-12-13 11:14:35 +00:00
inputs:
2020-12-13 15:14:13 +00:00
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'
2020-12-13 11:14:35 +00:00
required: true
runs:
using: 'docker'
image: 'Dockerfile'